OmidSakaki commited on
Commit
1847d1f
verified
1 Parent(s): 8bdf965

persian question answering model tuned

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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 an unknown dataset.
 
 
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