kehanlu commited on
Commit
3f43172
·
1 Parent(s): fde8256

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: audio
7
+ dtype: audio
8
+ - name: text
9
+ dtype: string
10
+ - name: instruction
11
+ dtype: string
12
+ - name: label
13
+ dtype: string
14
+ - name: transcription
15
+ dtype: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 62847151382.749
19
+ num_examples: 281241
20
+ - name: validation
21
+ num_bytes: 717788667.116
22
+ num_examples: 5567
23
+ - name: test
24
+ num_bytes: 789424652.847
25
+ num_examples: 5559
26
+ download_size: 61872615285
27
+ dataset_size: 64354364702.712
28
+ ---
29
+ # Dataset Card for "speechTextMatching_Librispeech"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)