shangeth commited on
Commit
4e77184
·
verified ·
1 Parent(s): 297b0b8

Update dataset card with conversational config

Browse files
Files changed (1) hide show
  1. README.md +8 -41
README.md CHANGED
@@ -15,14 +15,6 @@ pretty_name: Expresso (audio + text)
15
  size_categories:
16
  - 10K<n<100K
17
  configs:
18
- - config_name: conversational
19
- data_files:
20
- - split: train
21
- path: conversational/train-*
22
- - split: dev
23
- path: conversational/dev-*
24
- - split: test
25
- path: conversational/test-*
26
  - config_name: read
27
  data_files:
28
  - split: train
@@ -31,39 +23,14 @@ configs:
31
  path: read/dev-*
32
  - split: test
33
  path: read/test-*
34
- dataset_info:
35
- config_name: conversational
36
- features:
37
- - name: id
38
- dtype: string
39
- - name: audio
40
- dtype:
41
- audio:
42
- sampling_rate: 48000
43
- - name: text
44
- dtype: string
45
- - name: speaker_id
46
- dtype: int32
47
- - name: style
48
- dtype: string
49
- - name: other_speaker_id
50
- dtype: int32
51
- - name: other_style
52
- dtype: string
53
- - name: source_file_id
54
- dtype: string
55
- - name: channel
56
- dtype: int32
57
- - name: start_s
58
- dtype: float32
59
- - name: end_s
60
- dtype: float32
61
- splits:
62
- - name: train
63
- num_bytes: 10050170395
64
- num_examples: 14849
65
- download_size: 9555342004
66
- dataset_size: 10050170395
67
  ---
68
 
69
  # Expresso — audio + text
 
15
  size_categories:
16
  - 10K<n<100K
17
  configs:
 
 
 
 
 
 
 
 
18
  - config_name: read
19
  data_files:
20
  - split: train
 
23
  path: read/dev-*
24
  - split: test
25
  path: read/test-*
26
+ - config_name: conversational
27
+ data_files:
28
+ - split: train
29
+ path: conversational/train-*
30
+ - split: dev
31
+ path: conversational/dev-*
32
+ - split: test
33
+ path: conversational/test-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  ---
35
 
36
  # Expresso — audio + text