voidful commited on
Commit
c731b22
·
verified ·
1 Parent(s): 8129105

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: file
14
+ dtype: string
15
+ - name: text
16
+ dtype: string
17
+ - name: speaker_id
18
+ dtype: int64
19
+ - name: chapter_id
20
+ dtype: int64
21
+ - name: id
22
+ dtype: string
23
+ - name: audio_codes
24
+ sequence: int32
25
+ splits:
26
+ - name: train
27
+ num_bytes: 449995793
28
+ num_examples: 281241
29
+ - name: validation
30
+ num_bytes: 5412376
31
+ num_examples: 5567
32
+ - name: test
33
+ num_bytes: 5493929
34
+ num_examples: 5559
35
+ download_size: 189045719
36
+ dataset_size: 460902098
37
+ ---
38
+ # Dataset Card for "s3tokenizer-librispeech"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)