mikasiddiqui commited on
Commit
b99e10c
1 Parent(s): a4cf6b4

Upload README.md with huggingface_hub

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