File size: 937 Bytes
5548cfc
 
 
 
 
 
 
 
 
 
 
3f7abb1
 
 
 
 
 
 
 
 
 
5548cfc
 
 
 
 
 
 
 
 
 
 
 
3f7abb1
 
5548cfc
3f7abb1
 
 
 
5548cfc
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: turn
    dtype: int64
  - name: intent
    sequence: string
  - name: slots
    sequence: string
  - name: cam
    dtype: string
  - name: log_pitch_pov
    sequence: float32
  - name: log_pitch_der
    sequence: float32
  - name: log_total_e
    sequence: float32
  - name: log_total_e_lower_bands
    sequence: float32
  - name: log_total_e_upper_bands
    sequence: float32
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: text
    dtype: string
  - name: speaker
    dtype: string
  - name: conversation
    dtype: string
  splits:
  - name: traindev
    num_bytes: 690869250.625
    num_examples: 15611
  - name: test
    num_bytes: 430258746.75
    num_examples: 9890
  download_size: 1054800008
  dataset_size: 1121127997.375
configs:
- config_name: default
  data_files:
  - split: traindev
    path: data/traindev-*
  - split: test
    path: data/test-*
---