ryozakigoea commited on
Commit
b0669a1
·
verified ·
1 Parent(s): c99a88b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: tiny
4
+ features:
5
+ - name: name
6
+ dtype: string
7
+ - name: audio
8
+ dtype:
9
+ audio:
10
+ sampling_rate: 16000
11
+ - name: transcription
12
+ dtype: string
13
+ - name: whisper_transcript
14
+ sequence: int64
15
+ splits:
16
+ - name: train
17
+ num_bytes: 603694221.0
18
+ num_examples: 5323
19
+ download_size: 602200684
20
+ dataset_size: 603694221.0
21
+ configs:
22
+ - config_name: tiny
23
+ data_files:
24
+ - split: train
25
+ path: tiny/train-*
26
+ ---
27
+ # Dataset Card for "arc_whisper_transcriptions.reazonspeech.tiny"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)