File size: 652 Bytes
0a3e038 2b19d6a 0a3e038 2b19d6a 0a3e038 2b19d6a 0a3e038 |
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 |
---
dataset_info:
features:
- name: text
dtype: string
- name: label_text
dtype: string
- name: label
dtype:
class_label:
names:
'0': no_reservation
'1': book
'2': no_flight
'3': cancel
'4': change
- name: text_ru
dtype: string
splits:
- name: train
num_bytes: 35660220
num_examples: 16072
- name: validation
num_bytes: 44929240
num_examples: 20181
download_size: 28971703
dataset_size: 80589460
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
|