File size: 692 Bytes
a580eff
 
 
 
 
 
 
a7c57eb
 
756e9dd
 
a580eff
 
 
 
 
 
 
 
a7c57eb
 
a580eff
 
 
 
1632558
6a153f6
1632558
 
a580eff
 
 
 
 
 
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: session_id
    dtype: string
  - name: turn_index
    dtype: int64
  - name: audio_file
    dtype: string
  - name: transcript
    dtype: string
  - name: chat_history_last_9
    dtype: string
  - name: chat_history_last_9_tokenized
    sequence: int64
  - name: speaker_text_last_9_tokenized
    sequence: int64
  - name: attention_mask
    sequence: int64
  - name: label_semantics
    dtype: string
  - name: label
    dtype: string
  splits:
  - name: train
    num_bytes: 196537438
    num_examples: 22266
  download_size: 3094864
  dataset_size: 196537438
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---