Kundyzka commited on
Commit
4752a0f
·
verified ·
1 Parent(s): 39e26c3

Rename README.md to readme

Browse files
Files changed (2) hide show
  1. README.md +0 -25
  2. readme +53 -0
README.md DELETED
@@ -1,25 +0,0 @@
1
- ---
2
- license: apache-2.0
3
- datasets:
4
- - Kundyzka/informatics_kaz
5
- language:
6
- - kk
7
- metrics:
8
- - name: exact_match
9
- type: Exact Match
10
- value: 13.116
11
- - name: f1
12
- type: F1 Score
13
- value: 26.950
14
- - name: exact_match_test
15
- type: Exact Match (Test)
16
- value: 49.740
17
- - name: f1_test
18
- type: F1 Score (Test)
19
- value: 70.127
20
- base_model:
21
- - FacebookAI/xlm-roberta-large
22
- pipeline_tag: question-answering
23
- tags:
24
- - computerscience
25
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - Kundyzka/informatics_kaz
5
+ language:
6
+ - kk
7
+ metrics:
8
+ - name: exact_match
9
+ type: Exact Match
10
+ value: 13.116
11
+ - name: f1
12
+ type: F1 Score
13
+ value: 26.950
14
+ - name: exact_match_test
15
+ type: Exact Match (Test)
16
+ value: 49.740
17
+ - name: f1_test
18
+ type: F1 Score (Test)
19
+ value: 70.127
20
+ base_model:
21
+ - FacebookAI/xlm-roberta-large
22
+ pipeline_tag: question-answering
23
+ tags:
24
+ - computerscience
25
+ # Description
26
+ 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.
27
+
28
+ ### Key Features:
29
+ - **Base Model**: `FacebookAI/xlm-roberta-large`
30
+ - **Dataset**: `Kundyzka/informatics_kaz`
31
+ - **Language**: Kazakh (`kk`)
32
+ - **Task**: Question Answering (`pipeline_tag: question-answering`)
33
+ - **Performance**:
34
+ - Validation:
35
+ - F1 Score: 26.950
36
+ - Exact Match: 13.116
37
+ - Test:
38
+ - F1 Score: 70.127
39
+ - Exact Match: 49.740
40
+
41
+ ### Intended Use:
42
+ This model is intended 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.
43
+
44
+ ### Limitations and Ethical Considerations:
45
+ - The model may reflect biases present in the training dataset.
46
+ - It is optimized for the Kazakh language and may not perform well with other languages.
47
+ - It is recommended to validate the model's performance on domain-specific tasks before deployment.
48
+
49
+ ### Tags:
50
+ This model is tagged with `computerscience` for better discoverability and categorization.
51
+
52
+ For more details, fine-tuning instructions, or adaptation to other tasks, feel free to explore the model's repository.
53
+ ---