thruway commited on
Commit
3c437ed
·
1 Parent(s): 110d3d7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: uint32
6
+ - name: created_at
7
+ dtype: timestamp[us]
8
+ - name: updated_at
9
+ dtype: timestamp[us]
10
+ - name: image
11
+ dtype: image
12
+ - name: tags
13
+ sequence: uint32
14
+ - name: rating
15
+ dtype: uint8
16
+ - name: fav_count
17
+ dtype: uint32
18
+ - name: comment_count
19
+ dtype: uint32
20
+ - name: up_score
21
+ dtype: int32
22
+ - name: down_score
23
+ dtype: int32
24
+ splits:
25
+ - name: train
26
+ num_bytes: 384353755927.75
27
+ num_examples: 3065570
28
+ download_size: 382556768725
29
+ dataset_size: 384353755927.75
30
+ ---
31
+ # Dataset Card for "e621_samples_2022-12-28"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)