CoolFace
Datasetpublic

HamAndCheese82/mathocr-single-characters

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes12downloads
README.md32 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: material_type7    dtype: string8  - name: latex9    sequence: string10  splits:11  - name: train12    num_bytes: 12340450.27913    num_examples: 1027114  - name: validation15    num_bytes: 4295774.45800000116    num_examples: 342117  - name: test18    num_bytes: 4267078.58519    num_examples: 342120  download_size: 1550197721  dataset_size: 20903303.32222configs:23- config_name: default24  data_files:25  - split: train26    path: data/train-*27  - split: validation28    path: data/validation-*29  - split: test30    path: data/test-*31---32