vera365 commited on
Commit
e19d07a
1 Parent(s): b6457d8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: prompt
7
+ dtype: string
8
+ - name: id
9
+ dtype: string
10
+ - name: promptid
11
+ dtype: string
12
+ - name: width
13
+ dtype: uint16
14
+ - name: height
15
+ dtype: uint16
16
+ - name: seed
17
+ dtype: uint32
18
+ - name: grid
19
+ dtype: bool
20
+ - name: model
21
+ dtype: string
22
+ - name: nsfw
23
+ dtype: string
24
+ - name: subject
25
+ dtype: string
26
+ - name: modifier10
27
+ sequence: string
28
+ - name: modifier10_vector
29
+ sequence: float64
30
+ splits:
31
+ - name: train
32
+ num_bytes: 7270597392.368
33
+ num_examples: 49173
34
+ - name: test
35
+ num_bytes: 1765294302.142
36
+ num_examples: 12294
37
+ download_size: 5194348793
38
+ dataset_size: 9035891694.51
39
+ ---
40
+ # Dataset Card for "lexica_dataset"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)