vlm_chart_reasoning / README.md
AustingDong's picture
Update 'test' split: +500 new samples
21932d2 verified
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: question
      dtype: string
    - name: answer
      dtype: string
    - name: num_bars
      dtype: int64
    - name: k
      dtype: int64
    - name: bar_labels
      list: string
    - name: bar_heights
      list: float64
    - name: chart_title
      dtype: string
  splits:
    - name: train
      num_bytes: 9226789
      num_examples: 500
    - name: test
      num_bytes: 8910695
      num_examples: 500
  download_size: 17623373
  dataset_size: 18137484
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*