persian question answering model tuned
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ library_name: transformers
|
|
3 |
license: cc-by-4.0
|
4 |
base_model: deepset/roberta-base-squad2
|
5 |
tags:
|
|
|
|
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
- name: roberta_Persian_QA
|
@@ -14,7 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# roberta_Persian_QA
|
16 |
|
17 |
-
This model is a fine-tuned version of [deepset/roberta-base-squad2](https://huggingface.co/deepset/roberta-base-squad2) on
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
|
|
3 |
license: cc-by-4.0
|
4 |
base_model: deepset/roberta-base-squad2
|
5 |
tags:
|
6 |
+
- question-answering
|
7 |
+
- nlp
|
8 |
- generated_from_trainer
|
9 |
model-index:
|
10 |
- name: roberta_Persian_QA
|
|
|
16 |
|
17 |
# roberta_Persian_QA
|
18 |
|
19 |
+
This model is a fine-tuned version of [deepset/roberta-base-squad2](https://huggingface.co/deepset/roberta-base-squad2) on the squad dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.5114
|
22 |
|
23 |
## Model description
|
24 |
|