sanchit-gandhi commited on
Commit
c459944
·
1 Parent(s): 60018f8

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
+ config_name: full
4
+ features:
5
+ - name: audio
6
+ dtype: audio
7
+ - name: file_number
8
+ dtype: string
9
+ - name: show_title
10
+ dtype: string
11
+ - name: episode_title
12
+ dtype: string
13
+ - name: itunes_id
14
+ dtype: string
15
+ - name: transcription
16
+ dtype: string
17
+ splits:
18
+ - name: test
19
+ num_bytes: 1509910660.0
20
+ num_examples: 30
21
+ download_size: 1445493754
22
+ dataset_size: 1509910660.0
23
+ configs:
24
+ - config_name: full
25
+ data_files:
26
+ - split: test
27
+ path: full/test-*
28
+ ---
29
+ # Dataset Card for "rev16"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)