File size: 634 Bytes
71395e0 9ed641f 71395e0 |
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 |
---
language:
- en
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype:
class_label:
names:
'0': '0'
'1': '1'
'2': '2'
'3': '3'
'4': '4'
- name: idx
dtype: int32
splits:
- name: evaluation
num_bytes: 197398.15642458102
num_examples: 900
- name: few_shots
num_bytes: 10966.564245810056
num_examples: 50
download_size: 147525
dataset_size: 208364.72067039108
configs:
- config_name: default
data_files:
- split: evaluation
path: data/evaluation-*
- split: few_shots
path: data/few_shots-*
---
|