File size: 934 Bytes
a155dd4 1d184c7 a155dd4 1d184c7 a155dd4 1d184c7 a155dd4 1d184c7 a155dd4 | 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 | ---
dataset_info:
features:
- name: conv_id
dtype: string
- name: utterance_idx
dtype: int32
- name: context
dtype: string
- name: prompt
dtype: string
- name: speaker_idx
dtype: int32
- name: utterance
dtype: string
- name: selfeval
dtype: string
- name: tags
dtype: string
- name: emotion_labels
dtype: int64
- name: relevance_scores
dtype: float64
- name: input_ids
sequence: int32
- name: attention_mask
sequence: int8
splits:
- name: train
num_bytes: 215596408
num_examples: 76673
- name: validation
num_bytes: 33979075
num_examples: 12030
- name: test
num_bytes: 31163870
num_examples: 10943
download_size: 13436818
dataset_size: 280739353
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|