BahAdoR0101
commited on
Commit
•
a2a9bff
1
Parent(s):
d0f22c6
End of training
Browse files- README.md +13 -12
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -25,16 +25,16 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
-
value: 0.
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
-
value: 0.
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
-
value: 0.
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
-
value: 0.
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -44,11 +44,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
44 |
|
45 |
This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on the conll2003 dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
-
- Loss: 0.
|
48 |
-
- Precision: 0.
|
49 |
-
- Recall: 0.
|
50 |
-
- F1: 0.
|
51 |
-
- Accuracy: 0.
|
52 |
|
53 |
## Model description
|
54 |
|
@@ -73,14 +73,15 @@ The following hyperparameters were used during training:
|
|
73 |
- seed: 42
|
74 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
75 |
- lr_scheduler_type: linear
|
76 |
-
- num_epochs:
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
-
| 0.
|
83 |
-
| 0.
|
|
|
84 |
|
85 |
|
86 |
### Framework versions
|
|
|
25 |
metrics:
|
26 |
- name: Precision
|
27 |
type: precision
|
28 |
+
value: 0.9244064245810056
|
29 |
- name: Recall
|
30 |
type: recall
|
31 |
+
value: 0.9375
|
32 |
- name: F1
|
33 |
type: f1
|
34 |
+
value: 0.9309071729957805
|
35 |
- name: Accuracy
|
36 |
type: accuracy
|
37 |
+
value: 0.9856142995585226
|
38 |
---
|
39 |
|
40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
44 |
|
45 |
This model is a fine-tuned version of [xlm-roberta-large](https://huggingface.co/xlm-roberta-large) on the conll2003 dataset.
|
46 |
It achieves the following results on the evaluation set:
|
47 |
+
- Loss: 0.1185
|
48 |
+
- Precision: 0.9244
|
49 |
+
- Recall: 0.9375
|
50 |
+
- F1: 0.9309
|
51 |
+
- Accuracy: 0.9856
|
52 |
|
53 |
## Model description
|
54 |
|
|
|
73 |
- seed: 42
|
74 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
75 |
- lr_scheduler_type: linear
|
76 |
+
- num_epochs: 3
|
77 |
|
78 |
### Training results
|
79 |
|
80 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
81 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
82 |
+
| 0.1533 | 1.0 | 878 | 0.1178 | 0.8950 | 0.9053 | 0.9001 | 0.9805 |
|
83 |
+
| 0.0303 | 2.0 | 1756 | 0.1157 | 0.9157 | 0.9331 | 0.9243 | 0.9843 |
|
84 |
+
| 0.0164 | 3.0 | 2634 | 0.1185 | 0.9244 | 0.9375 | 0.9309 | 0.9856 |
|
85 |
|
86 |
|
87 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2235535590
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22b826d7993bcca8ec8e40209f816b7eb4c844c0ed580f0b2fa720fdedc1612e
|
3 |
size 2235535590
|