File size: 411 Bytes
a2386dd a184499 a2386dd a184499 a2386dd |
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 |
---
dataset_info:
features:
- name: prompt
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 1225463.8582
num_examples: 4999
- name: test
num_bytes: 157
num_examples: 1
download_size: 715136
dataset_size: 1225620.8582
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|