LaTeX_OCR / README.md
linxy's picture
Upload dataset
b3a6ff9 verified
|
raw
history blame
2.74 kB
metadata
license: apache-2.0
dataset_info:
  - config_name: full
    features:
      - name: image
        dtype: image
      - name: text
        dtype: string
    splits:
      - name: train
        num_bytes: 392478490.025
        num_examples: 76319
      - name: validation
        num_bytes: 43364061.55
        num_examples: 8475
      - name: test
        num_bytes: 47643036.303
        num_examples: 9443
    download_size: 473618552
    dataset_size: 483485587.878
  - 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
      - name: validation
        num_bytes: 182615
        num_examples: 68
      - name: test
        num_bytes: 181698
        num_examples: 70
    download_size: 1336052
    dataset_size: 3516435.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
  - config_name: synthetic_handwrite
    features:
      - name: image
        dtype: image
      - name: text
        dtype: string
    splits:
      - name: train
        num_bytes: 496610333.066
        num_examples: 76266
    download_size: 492809356
    dataset_size: 496610333.066
configs:
  - config_name: full
    data_files:
      - split: train
        path: full/train-*
      - split: validation
        path: full/validation-*
      - split: test
        path: full/test-*
  - 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-*
      - split: validation
        path: human_handwrite_print/validation-*
      - split: test
        path: human_handwrite_print/test-*
  - config_name: small
    data_files:
      - split: train
        path: small/train-*
      - split: validation
        path: small/validation-*
      - split: test
        path: small/test-*
  - config_name: synthetic_handwrite
    data_files:
      - split: train
        path: synthetic_handwrite/train-*