File size: 648 Bytes
f87d3a6
 
 
 
 
 
 
 
 
 
 
 
 
75eaffb
 
 
 
f87d3a6
 
 
 
75eaffb
f87d3a6
 
75eaffb
f87d3a6
75eaffb
 
f87d3a6
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: session
    dtype: string
  - name: caller
    dtype: string
  - name: turn
    dtype: int64
  - name: transcript
    dtype: string
  - name: audio
    dtype: audio
  - name: intent
    sequence: string
  - name: slots
    sequence: string
  - name: cam
    dtype: string
  splits:
  - name: traindev
    num_bytes: 669346837.2
    num_examples: 15611
  - name: test
    num_bytes: 412911743.8
    num_examples: 9890
  download_size: 1026461537
  dataset_size: 1082258581.0
configs:
- config_name: default
  data_files:
  - split: traindev
    path: data/traindev-*
  - split: test
    path: data/test-*
---