Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: URL
|
5 |
+
dtype: string
|
6 |
+
- name: TEXT
|
7 |
+
dtype: string
|
8 |
+
- name: WIDTH
|
9 |
+
dtype: float64
|
10 |
+
- name: HEIGHT
|
11 |
+
dtype: float64
|
12 |
+
- name: similarity
|
13 |
+
dtype: float64
|
14 |
+
- name: hash
|
15 |
+
dtype: int64
|
16 |
+
- name: punsafe
|
17 |
+
dtype: float32
|
18 |
+
- name: pwatermark
|
19 |
+
dtype: float32
|
20 |
+
- name: aesthetic
|
21 |
+
dtype: float32
|
22 |
+
- name: SEED
|
23 |
+
sequence: int64
|
24 |
+
splits:
|
25 |
+
- name: train
|
26 |
+
num_bytes: 3164015506
|
27 |
+
num_examples: 6435280
|
28 |
+
download_size: 1545264197
|
29 |
+
dataset_size: 3164015506
|
30 |
+
---
|
31 |
+
# Dataset Card for "laion2B-en-aesthetic-seed"
|
32 |
+
|
33 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|