voidful commited on
Commit
b6577c6
·
1 Parent(s): 388e08f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: original
6
+ path: data/original-*
7
+ - split: descript_audio_codec
8
+ path: data/descript_audio_codec-*
9
+ - split: encodec_hf
10
+ path: data/encodec_hf-*
11
+ - split: speech_tokenizer
12
+ path: data/speech_tokenizer-*
13
+ dataset_info:
14
+ features:
15
+ - name: audio
16
+ dtype:
17
+ audio:
18
+ sampling_rate: 16000
19
+ - name: id
20
+ dtype: string
21
+ splits:
22
+ - name: original
23
+ num_bytes: 98824867.676
24
+ num_examples: 3081
25
+ - name: descript_audio_codec
26
+ num_bytes: 272081821.676
27
+ num_examples: 3081
28
+ - name: encodec_hf
29
+ num_bytes: 148225621.676
30
+ num_examples: 3081
31
+ - name: speech_tokenizer
32
+ num_bytes: 98929621.676
33
+ num_examples: 3081
34
+ download_size: 544447448
35
+ dataset_size: 618061932.704
36
+ ---
37
+ # Dataset Card for "superb_ks"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)