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