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