File size: 547 Bytes
bc0f4dd |
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 |
---
dataset_info:
features:
- name: id
dtype: int64
- name: prompt
dtype: string
- name: ground_truth
dtype: float64
splits:
- name: train
num_bytes: 42956547
num_examples: 36935
- name: val
num_bytes: 5369838
num_examples: 4617
- name: test
num_bytes: 5371450
num_examples: 4617
download_size: 16894679
dataset_size: 53697835
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: val
path: data/val-*
- split: test
path: data/test-*
---
|