ICSC-task3 / README.md
XINLI1997's picture
Upload dataset
d07dae5 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: prompt
      dtype: string
    - name: ground_truth
      list: float64
    - name: known_count
      dtype: int64
  splits:
    - name: train
      num_bytes: 73238946
      num_examples: 36000
    - name: val
      num_bytes: 9167223
      num_examples: 4500
    - name: test
      num_bytes: 9119248
      num_examples: 4500
  download_size: 24478730
  dataset_size: 91525417
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*
      - split: test
        path: data/test-*