roshansh commited on
Commit
07e6df4
·
1 Parent(s): 0b23a51

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: validation_tts
10
+ path: data/validation_tts-*
11
+ - split: test
12
+ path: data/test-*
13
+ - split: test_tts
14
+ path: data/test_tts-*
15
+ dataset_info:
16
+ features:
17
+ - name: input_ids
18
+ sequence: int32
19
+ - name: attention_mask
20
+ sequence: int8
21
+ - name: labels
22
+ sequence: int64
23
+ splits:
24
+ - name: train
25
+ num_bytes: 9619263786
26
+ num_examples: 562482
27
+ - name: validation
28
+ num_bytes: 10859508
29
+ num_examples: 2703
30
+ - name: validation_tts
31
+ num_bytes: 16347482
32
+ num_examples: 2703
33
+ - name: test
34
+ num_bytes: 10855902
35
+ num_examples: 2620
36
+ - name: test_tts
37
+ num_bytes: 16369769
38
+ num_examples: 2620
39
+ download_size: 1309839080
40
+ dataset_size: 9673696447
41
+ ---
42
+ # Dataset Card for "librispeech960-wavlm-large-km1000_asr_tokenized_final_fixed"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)