Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Azerbaijani question answering
|
2 |
|
3 |
This model is a fine-tuned version of XLM-RoBERTa (XLM-R) on a Question Answering (QA) dataset in Azerbaijani. XLM-RoBERTa is a powerful multilingual model that supports 100+ languages. Our fine-tuned model leverages XLM-R's language-agnostic capabilities to specifically improve performance on Azerbaijani QA tasks, aiming to provide accurate answers from Azerbaijani text inputs.
|
|
|
1 |
+
---
|
2 |
+
language: az
|
3 |
+
|
4 |
+
widget:
|
5 |
+
- text: "Müştəri təmsilçiləri nə qədər maaş alır?"
|
6 |
+
context: "Ölkəmizdə hal hazırda müştəri təmsilçilərinə verilən əmək haqqı ilkin mərhələdə orta hesabla 300-350 AZN təşkil edir."
|
7 |
+
|
8 |
+
license: apache-2.0
|
9 |
+
|
10 |
+
---
|
11 |
+
|
12 |
# Azerbaijani question answering
|
13 |
|
14 |
This model is a fine-tuned version of XLM-RoBERTa (XLM-R) on a Question Answering (QA) dataset in Azerbaijani. XLM-RoBERTa is a powerful multilingual model that supports 100+ languages. Our fine-tuned model leverages XLM-R's language-agnostic capabilities to specifically improve performance on Azerbaijani QA tasks, aiming to provide accurate answers from Azerbaijani text inputs.
|