ryozakigoea commited on
Commit
16227b1
·
verified ·
1 Parent(s): 6908718

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: small
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: 7017680768.0
18
+ num_examples: 62047
19
+ download_size: 6997995432
20
+ dataset_size: 7017680768.0
21
+ configs:
22
+ - config_name: small
23
+ data_files:
24
+ - split: train
25
+ path: small/train-*
26
+ ---
27
+ # Dataset Card for "arc_whisper_medium_transcriptions.reazonspeech.small"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)