Update README.md
Browse files
README.md
CHANGED
@@ -19,9 +19,32 @@ metrics:
|
|
19 |
value: 70.127
|
20 |
base_model:
|
21 |
- FacebookAI/xlm-roberta-large
|
22 |
-
new_version: Kundyzka/XLM-Roberta-large-informatics-kaz
|
23 |
pipeline_tag: question-answering
|
24 |
-
library_name: adapter-transformers
|
25 |
tags:
|
26 |
- computerscience
|
27 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
value: 70.127
|
20 |
base_model:
|
21 |
- FacebookAI/xlm-roberta-large
|
|
|
22 |
pipeline_tag: question-answering
|
|
|
23 |
tags:
|
24 |
- computerscience
|
25 |
+
---
|
26 |
+
|
27 |
+
# Description
|
28 |
+
|
29 |
+
This model was developed by **Kundyz Maksutova**, PhD Candidate, as part of research on question-answering systems in the Kazakh language. It is a fine-tuned version of `FacebookAI/xlm-roberta-large` on the `Kundyzka/informatics_kaz` dataset, tailored for the domain of computer science.
|
30 |
+
|
31 |
+
### Key Features:
|
32 |
+
- **Base Model**: `FacebookAI/xlm-roberta-large`
|
33 |
+
- **Dataset**: `Kundyzka/informatics_kaz`
|
34 |
+
- **Language**: Kazakh (`kk`)
|
35 |
+
- **Task**: Question Answering
|
36 |
+
- **Performance**:
|
37 |
+
- Validation:
|
38 |
+
- F1 Score: 26.950
|
39 |
+
- Exact Match: 13.116
|
40 |
+
- Test:
|
41 |
+
- F1 Score: 70.127
|
42 |
+
- Exact Match: 49.740
|
43 |
+
|
44 |
+
### Intended Use:
|
45 |
+
This model is designed for use in question-answering systems, particularly in the domain of computer science and related fields. It can handle questions and provide accurate answers in the Kazakh language, making it an ideal tool for educational, research, and application development purposes.
|
46 |
+
|
47 |
+
### Tags:
|
48 |
+
- `computerscience`
|
49 |
+
|
50 |
+
For more details, fine-tuning instructions, or adaptation to other tasks, refer to the model repository.
|