File size: 1,019 Bytes
c0683c9 8251ecf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
---
dataset_info:
features:
- name: id
dtype: int64
- name: title
dtype: string
- name: dataPath
dtype: string
- name: imgPath
dtype: string
- name: caption
dtype: string
- name: first_caption
dtype: string
- name: chartType
dtype: string
- name: release date
dtype: string
- name: Region
dtype: string
- name: survey time period
dtype: string
- name: xAxis
dtype: string
- name: yAxis
dtype: string
- name: URL
dtype: string
- name: image
dtype: image
- name: data
dtype: string
- name: columns
dtype: string
- name: length
dtype: float64
splits:
- name: train
num_bytes: 1034457048.216
num_examples: 24368
- name: val
num_bytes: 223876316.638
num_examples: 5221
- name: test
num_bytes: 224020677.682
num_examples: 5222
download_size: 763065167
dataset_size: 1482354042.536
---
# Dataset Card for "chart2text_statista"
original dataset: https://github.com/vis-nlp/Chart-to-text |