carlosdanielhernandezmena commited on
Commit
a40b4d7
1 Parent(s): 2912382

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: prueba
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: 1557851.0
23
+ num_examples: 20
24
+ - name: validation
25
+ num_bytes: 974796.0
26
+ num_examples: 10
27
+ - name: test
28
+ num_bytes: 809201.0
29
+ num_examples: 10
30
+ download_size: 3348995
31
+ dataset_size: 3341848.0
32
+ configs:
33
+ - config_name: prueba
34
+ data_files:
35
+ - split: train
36
+ path: prueba/train-*
37
+ - split: validation
38
+ path: prueba/validation-*
39
+ - split: test
40
+ path: prueba/test-*
41
+ default: true
42
  ---
prueba/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a7392478f475db421a8fccea2732485eeee47afd444050f665c4551d1f04005
3
+ size 810505
prueba/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03030602286e64324044068d87c79a7d88c651a8da3da81c2d71d1cfb174186b
3
+ size 1560378
prueba/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70bf5ba8051771316a61cb04ca9306cc8b2acb53741d41820eade963aeb5aa86
3
+ size 978112