CoolFace
Datasetpublic

oroikon/chart_captioning

Dataset Card for "chart_captioning" More Information needed

sourceHugging Faceupdated 3y agoView on Hugging Face
12likes81downloads
README.md32 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: text7    dtype: string8  splits:9  - name: train10    num_bytes: 395695728.54611    num_examples: 705712  - name: test13    num_bytes: 48381523.014    num_examples: 88215  - name: validation16    num_bytes: 48266912.017    num_examples: 88318  download_size: 48046942019  dataset_size: 492344163.54620configs:21- config_name: default22  data_files:23  - split: train24    path: data/train-*25  - split: test26    path: data/test-*27  - split: validation28    path: data/validation-*29---30# Dataset Card for "chart_captioning"31 32[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)