skjdhuhsnjd commited on
Commit
91eb230
·
verified ·
1 Parent(s): 267fabd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: filename
5
+ dtype: string
6
+ - name: audio
7
+ dtype: audio
8
+ - name: transcription
9
+ dtype: string
10
+ configs:
11
+ - config_name: default
12
+ data_files:
13
+ - split: train
14
+ path: "metadata.csv"
15
+ ---