dog commited on
Commit
eaa4001
1 Parent(s): 2a09ca9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -1,3 +1,35 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc-by-4.0
3
+ dataset_info:
4
+ features:
5
+ - name: ytid
6
+ dtype: string
7
+ - name: start
8
+ dtype: float64
9
+ - name: end
10
+ dtype: float64
11
+ - name: duration
12
+ dtype: float64
13
+ - name: annotations
14
+ list:
15
+ - name: label
16
+ dtype: string
17
+ - name: label_id
18
+ dtype: int64
19
+ - name: segment_end
20
+ dtype: float64
21
+ - name: segment_start
22
+ dtype: float64
23
+ splits:
24
+ - name: train
25
+ num_bytes: 1044336
26
+ num_examples: 6489
27
+ - name: validation
28
+ num_bytes: 346495
29
+ num_examples: 2134
30
+ - name: test
31
+ num_bytes: 342199
32
+ num_examples: 2167
33
+ download_size: 709359
34
+ dataset_size: 1733030
35
  ---