christopher commited on
Commit
84b31ce
·
verified ·
1 Parent(s): cc56400

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: _id
10
+ dtype: string
11
+ - name: id
12
+ dtype: string
13
+ - name: created_at
14
+ dtype: timestamp[ns, tz=UTC]
15
+ - name: downloads_all_time
16
+ dtype: int64
17
+ - name: downloads
18
+ dtype: int64
19
+ - name: likes
20
+ dtype: int64
21
+ - name: trending_score
22
+ dtype: float64
23
+ - name: tokenizer_str
24
+ dtype: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 464475659698
28
+ num_examples: 200000
29
+ download_size: 253662071133
30
+ dataset_size: 464475659698
31
+ ---