mshah1 commited on
Commit
96ec1ab
1 Parent(s): 76e44d7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: file
5
+ dtype: string
6
+ - name: text
7
+ dtype: string
8
+ - name: speaker_id
9
+ dtype: int64
10
+ - name: chapter_id
11
+ dtype: int64
12
+ - name: id
13
+ dtype: string
14
+ - name: audio_codes
15
+ sequence:
16
+ sequence: int64
17
+ splits:
18
+ - name: train
19
+ num_bytes: 9271889
20
+ num_examples: 352
21
+ download_size: 563758
22
+ dataset_size: 9271889
23
+ configs:
24
+ - config_name: default
25
+ data_files:
26
+ - split: train
27
+ path: data/train-*
28
+ ---
29
+ # Dataset Card for "encodec_24khz-opt-125m-lm_pretraining_ls960_1qt-librispeech_asr-test.clean-features"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)