File size: 596 Bytes
b5d1cf3 |
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 |
---
dataset_info:
features:
- name: Case Name
dtype: string
- name: Input
dtype: string
- name: Output
dtype: string
- name: Label
dtype: int64
- name: Count
dtype: int64
- name: Decision_Count
dtype: int64
- name: text
dtype: string
splits:
- name: train
num_bytes: 232437960
num_examples: 10961
- name: test
num_bytes: 25910733
num_examples: 1217
download_size: 114980123
dataset_size: 258348693
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|