pedropauletti commited on
Commit
279f98f
1 Parent(s): 181dcdd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: input_ids
12
+ sequence: int32
13
+ - name: labels
14
+ sequence:
15
+ sequence: float32
16
+ - name: speaker_embeddings
17
+ sequence: float32
18
+ splits:
19
+ - name: train
20
+ num_bytes: 1448647649.3426037
21
+ num_examples: 4648
22
+ - name: test
23
+ num_bytes: 161134000.58307362
24
+ num_examples: 517
25
+ download_size: 1435028926
26
+ dataset_size: 1609781649.9256773
27
+ ---
28
+ # Dataset Card for "librispeech-portuguese"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)