CoolFace
Datasetpublic

Samarth0710/transform_test

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes6downloads
README.md54 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: markdown7    dtype: string8  - name: html_source9    dtype: string10  - name: id11    dtype: string12  - name: layout_detection13    list:14    - name: category_id15      dtype: int6416    - name: latex17      dtype: string18    - name: poly19      sequence: float6420    - name: score21      dtype: float6422    - name: text23      dtype: string24  - name: reading_order25    sequence: 'null'26  - name: latex_extracted27    sequence: string28  - name: image_caption_pairs29    list:30    - name: caption31      sequence: string32    - name: footnote33      sequence: 'null'34    - name: image_path35      dtype: string36  - name: vqa37    sequence: 'null'38  - name: page_number39    dtype: int6440  - name: image_dim41    sequence: int6442  splits:43  - name: train44    num_bytes: 9547714.045    num_examples: 1646  download_size: 830369047  dataset_size: 9547714.048configs:49- config_name: default50  data_files:51  - split: train52    path: data/train-*53---54