Upload dataset_info.json with huggingface_hub
Browse files- dataset_info.json +29 -0
dataset_info.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"description": "Ultimate Bosnian Language Dataset for LLM Training",
|
| 3 |
+
"license": "CC-BY-4.0",
|
| 4 |
+
"tags": [
|
| 5 |
+
"bosnian",
|
| 6 |
+
"language-model",
|
| 7 |
+
"fine-tuning",
|
| 8 |
+
"literature",
|
| 9 |
+
"dictionary",
|
| 10 |
+
"bilingual",
|
| 11 |
+
"translation",
|
| 12 |
+
"selimovic",
|
| 13 |
+
"bosnia",
|
| 14 |
+
"serbo-croatian"
|
| 15 |
+
],
|
| 16 |
+
"language": ["bs", "en"],
|
| 17 |
+
"task_categories": [
|
| 18 |
+
"text-generation",
|
| 19 |
+
"translation",
|
| 20 |
+
"question-answering",
|
| 21 |
+
"text-classification"
|
| 22 |
+
],
|
| 23 |
+
"size_categories": "10K<n<100K",
|
| 24 |
+
"source_datasets": [
|
| 25 |
+
"Bosnian literary works (Meša Selimović, Ivo Andrić, etc.)",
|
| 26 |
+
"Bosnian dictionary entries with grammatical information",
|
| 27 |
+
"Bilingual Bosnian-English dictionary"
|
| 28 |
+
]
|
| 29 |
+
}
|