Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- huggan/wikiart
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
library_name: transformers
|
8 |
+
pipeline_tag: feature-extraction
|
9 |
+
tags:
|
10 |
+
- art
|
11 |
---
|
12 |
+
|
13 |
+
## SIGLIP Embeddings of Wikiart Dataset
|
14 |
+
|
15 |
+
This repository contains Wikiart dataset's embeddings retrieved from [Siglip](nielsr/siglip-base-patch16-224).
|
16 |
+
You can use this for a variety of tasks: image similarity, image retrieval and more!
|