Gholamreza commited on
Commit
384f80d
1 Parent(s): 6ed5c0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -4
README.md CHANGED
@@ -7,6 +7,9 @@ datasets:
7
  model-index:
8
  - name: distilbert-fa-zwnj-base-finetuned-pquad
9
  results: []
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -15,12 +18,44 @@ should probably proofread and complete it, then remove this comment. -->
15
  # distilbert-fa-zwnj-base-finetuned-pquad
16
 
17
  This model is a fine-tuned version of [HooshvareLab/distilbert-fa-zwnj-base](https://huggingface.co/HooshvareLab/distilbert-fa-zwnj-base) on the pquad dataset.
18
- It achieves the following results on the evaluation set:
19
- - Loss: 1.1302
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  ## Model description
22
 
23
- More information needed
 
24
 
25
  ## Intended uses & limitations
26
 
@@ -57,4 +92,4 @@ The following hyperparameters were used during training:
57
  - Transformers 4.26.1
58
  - Pytorch 1.13.1+cu116
59
  - Datasets 2.9.0
60
- - Tokenizers 0.13.2
 
7
  model-index:
8
  - name: distilbert-fa-zwnj-base-finetuned-pquad
9
  results: []
10
+ language:
11
+ - fa
12
+ library_name: transformers
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
18
  # distilbert-fa-zwnj-base-finetuned-pquad
19
 
20
  This model is a fine-tuned version of [HooshvareLab/distilbert-fa-zwnj-base](https://huggingface.co/HooshvareLab/distilbert-fa-zwnj-base) on the pquad dataset.
21
+
22
+ ## Results
23
+
24
+ ### Test set
25
+ 'exact': 66.38340414896275,
26
+ 'f1': 80.23760220987583,
27
+ 'total': 8002,
28
+ 'HasAns_exact': 60.13469119579501,
29
+ 'HasAns_f1': 78.34449620292781,
30
+ 'HasAns_total': 6088,
31
+ 'NoAns_exact': 86.25914315569489,
32
+ 'NoAns_f1': 86.25914315569489,
33
+ 'NoAns_total': 1914,
34
+ 'best_exact': 66.38340414896275,
35
+ 'best_exact_thresh': 0.0,
36
+ 'best_f1': 80.23760220987589,
37
+ 'best_f1_thresh': 0.0
38
+
39
+ ### Validation set
40
+ 'exact': 64.65646940822468,
41
+ 'f1': 78.88641788270802,
42
+ 'total': 7976,
43
+ 'HasAns_exact': 57.54795663052544,
44
+ 'HasAns_f1': 76.4800782372771,
45
+ 'HasAns_total': 5995,
46
+ 'NoAns_exact': 86.16860171630489,
47
+ 'NoAns_f1': 86.16860171630489,
48
+ 'NoAns_total': 1981,
49
+ 'best_exact': 64.65646940822468,
50
+ 'best_exact_thresh': 0.0,
51
+ 'best_f1': 78.88641788270819,
52
+ 'best_f1_thresh': 0.0
53
+
54
 
55
  ## Model description
56
 
57
+ uses [distilbert-fa-zwnj-base](https://huggingface.co/HooshvareLab/distilbert-fa-zwnj-base) as base and fine-tunes it on [pquad](https://huggingface.co/datasets/Gholamreza/pquad) dataset.
58
+
59
 
60
  ## Intended uses & limitations
61
 
 
92
  - Transformers 4.26.1
93
  - Pytorch 1.13.1+cu116
94
  - Datasets 2.9.0
95
+ - Tokenizers 0.13.2