mattlc commited on
Commit
f5dda91
·
1 Parent(s): f2cc09d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -4,18 +4,27 @@ configs:
4
  data_files:
5
  - split: train
6
  path: data/train-*
 
 
7
  dataset_info:
8
  features:
9
  - name: audio
10
- dtype: audio
 
 
11
  - name: sentence
12
  dtype: string
 
 
13
  splits:
14
  - name: train
15
- num_bytes: 489493761.823
16
- num_examples: 1981
17
- download_size: 464827686
18
- dataset_size: 489493761.823
 
 
 
19
  ---
20
  # Dataset Card for "pxcorpus"
21
 
 
4
  data_files:
5
  - split: train
6
  path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
  dataset_info:
10
  features:
11
  - name: audio
12
+ dtype:
13
+ audio:
14
+ sampling_rate: 16000
15
  - name: sentence
16
  dtype: string
17
+ - name: duration
18
+ dtype: float64
19
  splits:
20
  - name: train
21
+ num_bytes: 395763994.0
22
+ num_examples: 1584
23
+ - name: test
24
+ num_bytes: 95592070.0
25
+ num_examples: 397
26
+ download_size: 465600057
27
+ dataset_size: 491356064.0
28
  ---
29
  # Dataset Card for "pxcorpus"
30