mikasiddiqui commited on
Commit
de47673
·
1 Parent(s): 93aa9a4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: image
12
+ dtype: image
13
+ - name: label
14
+ dtype: int64
15
+ - name: title
16
+ dtype: string
17
+ - name: videoId
18
+ dtype: string
19
+ - name: channelId
20
+ dtype: string
21
+ - name: subscribers
22
+ dtype: float64
23
+ - name: isVerified
24
+ dtype: bool
25
+ - name: keywords
26
+ dtype: string
27
+ - name: country
28
+ dtype: string
29
+ - name: description
30
+ dtype: string
31
+ - name: views
32
+ dtype: int64
33
+ - name: published
34
+ dtype: timestamp[us]
35
+ - name: length
36
+ dtype: string
37
+ - name: url
38
+ dtype: string
39
+ splits:
40
+ - name: train
41
+ num_bytes: 3917528866.3737946
42
+ num_examples: 28276
43
+ - name: test
44
+ num_bytes: 1010554492.3202056
45
+ num_examples: 7070
46
+ download_size: 5006700814
47
+ dataset_size: 4928083358.694
48
+ ---
49
+ # Dataset Card for "yt_thumbnail_dataset"
50
+
51
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)