Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: image-feature-extraction
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Contrastive Booru-Image Embedding Model
|
| 7 |
+
|
| 8 |
+
The model was trained on pixiv images, tagged by [CL tagger](https://huggingface.co/cella110n/cl_tagger).
|
| 9 |
+
The caption (prompt) was tokenized by [ModernBERT](https://huggingface.co/answerdotai/ModernBERT-base).
|
| 10 |
+
|
| 11 |
+
## Objectives
|
| 12 |
+
|
| 13 |
+
*Image-Caption Similarity Scoring*: The model assigns a score to each image based on how closely it is related to its associated caption.
|
| 14 |
+
|
| 15 |
+
*Image Labeling*: The image embedding is used to label images by color and character name.
|