Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,6 @@ task_categories:
|
|
20 |
|
21 |
## Dataset Description
|
22 |
- **Homepage:** [laion-5b](https://laion.ai/blog/laion-5b/)
|
23 |
-
- **Huggingface:** [laion/laion2B-multi](https://huggingface.co/datasets/laion/laion2B-multi)
|
24 |
- **Download Size** 1.40 GiB
|
25 |
- **Generated Size** 3.49 GiB
|
26 |
- **Total Size** 4.89 GiB
|
@@ -74,8 +73,8 @@ total: 4.89 GiB
|
|
74 |
- 'URL': `string`
|
75 |
- 'TEXT': `string`
|
76 |
- 'ENG TEXT': `string`, null data are dropped
|
77 |
-
- 'WIDTH': `int`, null data
|
78 |
-
- 'HEIGHT': `int`, null data
|
79 |
- 'LICENSE': `string`
|
80 |
- 'LANGUAGE': `string`
|
81 |
- 'similarity': `float32`, CLIP similarity score, null data are filled with 0.0
|
|
|
20 |
|
21 |
## Dataset Description
|
22 |
- **Homepage:** [laion-5b](https://laion.ai/blog/laion-5b/)
|
|
|
23 |
- **Download Size** 1.40 GiB
|
24 |
- **Generated Size** 3.49 GiB
|
25 |
- **Total Size** 4.89 GiB
|
|
|
73 |
- 'URL': `string`
|
74 |
- 'TEXT': `string`
|
75 |
- 'ENG TEXT': `string`, null data are dropped
|
76 |
+
- 'WIDTH': `int`, null data are filled with 0
|
77 |
+
- 'HEIGHT': `int`, null data are filled with 0
|
78 |
- 'LICENSE': `string`
|
79 |
- 'LANGUAGE': `string`
|
80 |
- 'similarity': `float32`, CLIP similarity score, null data are filled with 0.0
|