kehanlu commited on
Commit
30db0d1
·
1 Parent(s): ff44fb2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 24960872147.768
19
+ num_examples: 104014
20
+ - name: validation
21
+ num_bytes: 348628035.844
22
+ num_examples: 2703
23
+ download_size: 23576168585
24
+ dataset_size: 25309500183.612003
25
+ ---
26
+ # Dataset Card for "speechTextMatching_LibrispeechTrainClean360"
27
+
28
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)