File size: 997 Bytes
b99e10c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: channelId
    dtype: string
  - name: videoId
    dtype: string
  - name: title
    dtype: string
  - name: description
    dtype: string
  - name: views
    dtype: int64
  - name: url
    dtype: string
  - name: publishDate
    dtype: timestamp[ns]
  - name: lengthSeconds
    dtype: int64
  - name: subscriberCount
    dtype: int64
  - name: videoCount
    dtype: int64
  - name: isVerified
    dtype: bool
  - name: keywords
    dtype: string
  - name: country
    dtype: string
  - name: imagePath
    dtype: string
  - name: image
    dtype: image
  splits:
  - name: train
    num_bytes: 16107504583.48
    num_examples: 114680
  download_size: 950988308
  dataset_size: 16107504583.48
---
# Dataset Card for "yt_full_image_dataset"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)