carlosdanielhernandezmena commited on
Commit
876442a
1 Parent(s): 9015b3d

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -1,3 +1,42 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-4.0
3
+ dataset_info:
4
+ config_name: dummy_corpus_asr_es
5
+ features:
6
+ - name: audio_id
7
+ dtype: string
8
+ - name: audio
9
+ dtype:
10
+ audio:
11
+ sampling_rate: 16000
12
+ - name: split
13
+ dtype: string
14
+ - name: gender
15
+ dtype: string
16
+ - name: normalized_text
17
+ dtype: string
18
+ - name: relative_path
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 1557671.0
23
+ num_examples: 20
24
+ - name: validation
25
+ num_bytes: 974706.0
26
+ num_examples: 10
27
+ - name: test
28
+ num_bytes: 809111.0
29
+ num_examples: 10
30
+ download_size: 3351595
31
+ dataset_size: 3341488.0
32
+ configs:
33
+ - config_name: dummy_corpus_asr_es
34
+ data_files:
35
+ - split: train
36
+ path: dummy_corpus_asr_es/train-*
37
+ - split: validation
38
+ path: dummy_corpus_asr_es/validation-*
39
+ - split: test
40
+ path: dummy_corpus_asr_es/test-*
41
+ default: true
42
  ---
dummy_corpus_asr_es/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9db40f91450f1013b6102930ebddec9e3a38baa48116dc0b62507457e1b28c53
3
+ size 812764
dummy_corpus_asr_es/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3ff83c402ad880996bbbad66d2162ce6ba7f01fbb2116fa8d02bcab6c0b9fd0
3
+ size 1560483
dummy_corpus_asr_es/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ef2dd44be92fc5f3206ba494e6429ac89529b8d49419143e466be99cc101301
3
+ size 978348