Create dataset_infos.json
Browse files- dataset_infos.json +26 -0
dataset_infos.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"sticker-queries": {
|
| 3 |
+
"description": "StickerQueries is a multilingual dataset for generating and retrieving sticker search queries.",
|
| 4 |
+
"features": {
|
| 5 |
+
"sticker_id": {
|
| 6 |
+
"dtype": "string",
|
| 7 |
+
"description": "File path to the sticker image"
|
| 8 |
+
},
|
| 9 |
+
"labeled_queries": {
|
| 10 |
+
"dtype": "string",
|
| 11 |
+
"description": "Comma-separated human-annotated queries"
|
| 12 |
+
}
|
| 13 |
+
},
|
| 14 |
+
"splits": {
|
| 15 |
+
"train": {
|
| 16 |
+
"name": "train",
|
| 17 |
+
"num_bytes": 123456,
|
| 18 |
+
"num_examples": 1730
|
| 19 |
+
}
|
| 20 |
+
},
|
| 21 |
+
"license": "mit",
|
| 22 |
+
"citation": "@misc{huggingface-sticker-queries,\n author = {Heng Er Metilda Chee, et al.},\n title = {Small Stickers, Big Meanings: A Multilingual Sticker Semantic Understanding Dataset with a Gamified Approach},\n year = {2025},\n publisher = {Hugging Face},\n howpublished = {\\url{https://huggingface.co/datasets/metchee/sticker-queries}},\n}",
|
| 23 |
+
"task_categories": ["text-generation", "sticker-retrieval"],
|
| 24 |
+
"language": ["en", "zh"]
|
| 25 |
+
}
|
| 26 |
+
}
|