File size: 907 Bytes
26c4fee |
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 54 |
---
dataset_info:
features:
- name: reasoning
dtype: string
- name: code
dtype: string
- name: correct_train_input
list: bool
- name: train_input
list:
list:
list: int64
- name: train_output
list:
list:
list: int64
- name: predicted_train_output
list:
list:
list: int64
- name: correct_test_input
list: bool
- name: test_input
list:
list:
list: int64
- name: test_output
list:
list:
list: int64
- name: predicted_test_output
list:
list:
list: int64
- name: task_id
dtype: string
- name: model
dtype: string
- name: generation
dtype: int64
splits:
- name: train
num_bytes: 192373
num_examples: 4
download_size: 21156
dataset_size: 192373
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|