Gholamreza
commited on
Commit
•
419103d
1
Parent(s):
49f3574
Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,16 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: xlm-roberta-base-finetuned-pquad-squad
|
7 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -12,21 +22,24 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# xlm-roberta-base-finetuned-pquad-squad
|
14 |
|
15 |
-
This model is a
|
16 |
-
|
17 |
-
##
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
30 |
|
31 |
### Training hyperparameters
|
32 |
|
@@ -44,4 +57,4 @@ The following hyperparameters were used during training:
|
|
44 |
- Transformers 4.26.1
|
45 |
- Pytorch 1.13.1+cu116
|
46 |
- Datasets 2.9.0
|
47 |
-
- Tokenizers 0.13.2
|
|
|
5 |
model-index:
|
6 |
- name: xlm-roberta-base-finetuned-pquad-squad
|
7 |
results: []
|
8 |
+
datasets:
|
9 |
+
- Gholamreza/pquad
|
10 |
+
- squad_v2
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
- fa
|
14 |
+
metrics:
|
15 |
+
- f1
|
16 |
+
- exact_match
|
17 |
+
library_name: transformers
|
18 |
---
|
19 |
|
20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
22 |
|
23 |
# xlm-roberta-base-finetuned-pquad-squad
|
24 |
|
25 |
+
This model is a version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) fine-tuned jointly on PQuAD and SQuAD_v2 datasets.
|
26 |
+
|
27 |
+
## Results
|
28 |
+
Trained only for 3000/12000 steps (1/4th of an epoch) due to computational restrictions.
|
29 |
+
|
30 |
+
{'exact': 66.57766134314072,
|
31 |
+
'f1': 73.79323871739385,
|
32 |
+
'total': 19849,
|
33 |
+
'HasAns_exact': 64.51396460622327,
|
34 |
+
'HasAns_f1': 76.52620945245035,
|
35 |
+
'HasAns_total': 11923,
|
36 |
+
'NoAns_exact': 69.68205904617714,
|
37 |
+
'NoAns_f1': 69.68205904617714,
|
38 |
+
'NoAns_total': 7926,
|
39 |
+
'best_exact': 66.57766134314072,
|
40 |
+
'best_exact_thresh': 0.0,
|
41 |
+
'best_f1': 73.79323871739267,
|
42 |
+
'best_f1_thresh': 0.0}
|
43 |
|
44 |
### Training hyperparameters
|
45 |
|
|
|
57 |
- Transformers 4.26.1
|
58 |
- Pytorch 1.13.1+cu116
|
59 |
- Datasets 2.9.0
|
60 |
+
- Tokenizers 0.13.2
|