Update README.md
Browse files
README.md
CHANGED
@@ -12,21 +12,29 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# bert-portuguese-squad2
|
14 |
|
15 |
-
This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on
|
16 |
-
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 3.1081
|
18 |
|
19 |
## Model description
|
20 |
|
21 |
More information needed
|
22 |
|
23 |
-
## Intended uses & limitations
|
24 |
|
25 |
-
|
26 |
|
27 |
-
## Training and evaluation data
|
28 |
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
### Training hyperparameters
|
32 |
|
|
|
12 |
|
13 |
# bert-portuguese-squad2
|
14 |
|
15 |
+
This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on SQuAD_v2 dataset, translated for portuguese.
|
|
|
|
|
16 |
|
17 |
## Model description
|
18 |
|
19 |
More information needed
|
20 |
|
|
|
21 |
|
22 |
+
## Evaluation
|
23 |
|
|
|
24 |
|
25 |
+
{'exact': 75.76715597879051,
|
26 |
+
'f1': 86.10779795627346,
|
27 |
+
'total': 130319,
|
28 |
+
'HasAns_exact': 66.280047453957,
|
29 |
+
'HasAns_f1': 81.80143193308851,
|
30 |
+
'HasAns_total': 86821,
|
31 |
+
'NoAns_exact': 94.70320474504575,
|
32 |
+
'NoAns_f1': 94.70320474504575,
|
33 |
+
'NoAns_total': 43498,
|
34 |
+
'best_exact': 75.77176006568497,
|
35 |
+
'best_exact_thresh': 0.0,
|
36 |
+
'best_f1': 86.11240204317286,
|
37 |
+
'best_f1_thresh': 0.0}
|
38 |
|
39 |
### Training hyperparameters
|
40 |
|