Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- feature-extraction
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- art
|
9 |
+
---
|
10 |
+
|
11 |
+
## What's this
|
12 |
+
|
13 |
+
This is the dataset for inversing the embeddings of the given prediction result. We can get the embedding dataset with some tag combinations, and search images like this.
|
14 |
+
|
15 |
+
## How is this dataset made
|
16 |
+
|
17 |
+
This dataset is generated with anime images in danbooru (webp ones, based on [KBlueLeaf/danbooru2023-webp-4Mpixel](https://huggingface.co/datasets/KBlueLeaf/danbooru2023-webp-4Mpixel)), extracting the prediction results and the embeddings of each images.
|
18 |
+
|
19 |
+
## Model's goal
|
20 |
+
|
21 |
+
Train a model to inverse prediction result to embeddings. Maybe a MLP can be used? I don't know, just try them.
|