ejbejaranos commited on
Commit
79d1c43
·
verified ·
1 Parent(s): bbd338a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: instruction_audio
5
+ dtype:
6
+ audio:
7
+ sampling_rate: 22050
8
+ - name: instruction_text
9
+ dtype: string
10
+ - name: output_text
11
+ dtype: string
12
+ - name: output_audio
13
+ dtype:
14
+ audio:
15
+ sampling_rate: 22050
16
+ - name: speaker
17
+ dtype: string
18
+ - name: gender
19
+ dtype: string
20
+ - name: label
21
+ dtype: string
22
+ - name: model
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 210615112.0
27
+ num_examples: 159
28
+ download_size: 195244563
29
+ dataset_size: 210615112.0
30
+ ---
31
+ # Dataset Card for "MSMarco-ES-TTS3-small200samples"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)