Update README.md
Browse files
README.md
CHANGED
|
@@ -12,8 +12,8 @@ model-index:
|
|
| 12 |
---
|
| 13 |
|
| 14 |
Sticker Query Generator (English)
|
| 15 |
-
|
| 16 |
The **Sticker Query Generator** is a vision-language model that generates culturally and emotionally resonant search queries given a sticker image. These queries are typically used in chat apps to retrieve and recommend stickers during conversations.
|
|
|
|
| 17 |
|
| 18 |
## 🧠 What It Does
|
| 19 |
|
|
@@ -79,4 +79,15 @@ The following hyperparameters were used during training:
|
|
| 79 |
- Transformers 4.52.1
|
| 80 |
- Pytorch 2.7.0+cu126
|
| 81 |
- Datasets 3.6.0
|
| 82 |
-
- Tokenizers 0.21.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
Sticker Query Generator (English)
|
|
|
|
| 15 |
The **Sticker Query Generator** is a vision-language model that generates culturally and emotionally resonant search queries given a sticker image. These queries are typically used in chat apps to retrieve and recommend stickers during conversations.
|
| 16 |
+
For Chinese, see [here](https://huggingface.co/metchee/sticker-query-generator-zh).
|
| 17 |
|
| 18 |
## 🧠 What It Does
|
| 19 |
|
|
|
|
| 79 |
- Transformers 4.52.1
|
| 80 |
- Pytorch 2.7.0+cu126
|
| 81 |
- Datasets 3.6.0
|
| 82 |
+
- Tokenizers 0.21.1
|
| 83 |
+
|
| 84 |
+
## Citations
|
| 85 |
+
```
|
| 86 |
+
@misc{huggingface-sticker-queries,
|
| 87 |
+
author = {Heng Er Metilda Chee, et al.},
|
| 88 |
+
title = {Small Stickers, Big Meanings: A Multilingual Sticker Semantic Understanding Dataset with a Gamified Approach},
|
| 89 |
+
year = {2025},
|
| 90 |
+
publisher = {Hugging Face},
|
| 91 |
+
howpublished = {\url{https://huggingface.co/datasets/metchee/sticker-queries}},
|
| 92 |
+
}
|
| 93 |
+
```
|