ChemQA / README.md
shangzhu's picture
Librarian Bot: Add language metadata for dataset (#2)
0d5d234 verified
|
raw
history blame
688 Bytes
metadata
language:
  - en
dataset_info:
  features:
    - name: image
      dtype: image
    - name: question
      dtype: string
    - name: choices
      dtype: string
    - name: label
      dtype: int64
    - name: description
      dtype: string
    - name: id
      dtype: string
  splits:
    - name: train
      num_bytes: 705885259.25
      num_examples: 66166
    - name: valid
      num_bytes: 100589288.25
      num_examples: 9486
    - name: test
      num_bytes: 100021211
      num_examples: 9480
  download_size: 866619691
  dataset_size: 906495758.5
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: valid
        path: data/valid-*
      - split: test
        path: data/test-*