LaTeX_OCR / README.md
linxy's picture
Upload dataset
a5a0bf7 verified
|
raw
history blame
1.69 kB
---
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.0
num_examples: 1200
- name: validation
num_bytes: 962283.0
num_examples: 68
- name: test
num_bytes: 906906.0
num_examples: 70
download_size: 18056029
dataset_size: 18050967.0
- 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.0
num_examples: 68
download_size: 1257485
dataset_size: 3334737.8
- config_name: small
features:
- name: image
dtype: image
- name: text
dtype: string
splits:
- name: train
num_bytes: 261296.0
num_examples: 50
- name: validation
num_bytes: 156489.0
num_examples: 30
- name: test
num_bytes: 156489.0
num_examples: 30
download_size: 588907
dataset_size: 574274.0
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-*
- split: validation
path: human_handwrite_print/validation-*
- config_name: small
data_files:
- split: train
path: small/train-*
- split: validation
path: small/validation-*
- split: test
path: small/test-*
---