LaTeX_OCR / README.md
linxy's picture
Upload dataset
e626ae6 verified
|
raw
history blame
1.55 kB
metadata
license: apache-2.0
dataset_info:
  - config_name: human_handwrite
    features:
      - name: image
        dtype: image
      - name: text
        dtype: string
    splits:
      - name: train
        num_bytes: 16181778
        num_examples: 1200
      - name: validation
        num_bytes: 962283
        num_examples: 68
      - name: test
        num_bytes: 906906
        num_examples: 70
    download_size: 18056029
    dataset_size: 18050967
  - config_name: human_handwrite_print
    features:
      - name: image
        dtype: image
      - name: text
        dtype: string
    splits:
      - name: train
        num_bytes: 3152122.8
        num_examples: 1200
    download_size: 1180941
    dataset_size: 3152122.8
  - config_name: small
    features:
      - name: image
        dtype: image
      - name: text
        dtype: string
    splits:
      - name: train
        num_bytes: 261296
        num_examples: 50
      - name: validation
        num_bytes: 156489
        num_examples: 30
      - name: test
        num_bytes: 156489
        num_examples: 30
    download_size: 588907
    dataset_size: 574274
configs:
  - config_name: human_handwrite
    data_files:
      - split: train
        path: human_handwrite/train-*
      - split: validation
        path: human_handwrite/validation-*
      - split: test
        path: human_handwrite/test-*
  - config_name: human_handwrite_print
    data_files:
      - split: train
        path: human_handwrite_print/train-*
  - config_name: small
    data_files:
      - split: train
        path: small/train-*
      - split: validation
        path: small/validation-*
      - split: test
        path: small/test-*