mikasiddiqui commited on
Commit
852fa4c
1 Parent(s): 36aefbf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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[us]
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
+ splits:
36
+ - name: train
37
+ num_bytes: 75475502
38
+ num_examples: 130854
39
+ download_size: 18930001
40
+ dataset_size: 75475502
41
+ ---
42
+ # Dataset Card for "yt_main_dataset"
43
+
44
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)