erickrribeiro
commited on
Commit
•
adf4c2a
1
Parent(s):
7ad7480
update model card README.md
Browse files
README.md
CHANGED
@@ -23,10 +23,10 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
-
value: 0.
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -36,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
36 |
|
37 |
This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on the glue-ptpt dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
-
- Loss:
|
40 |
-
- Accuracy: 0.
|
41 |
-
- F1: 0.
|
42 |
|
43 |
## Model description
|
44 |
|
@@ -69,9 +69,16 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
72 |
-
|
|
73 |
-
| 0.
|
74 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.8676470588235294
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
+
value: 0.9028776978417268
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
36 |
|
37 |
This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on the glue-ptpt dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
+
- Loss: 1.2267
|
40 |
+
- Accuracy: 0.8676
|
41 |
+
- F1: 0.9029
|
42 |
|
43 |
## Model description
|
44 |
|
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
72 |
+
| No log | 1.0 | 459 | 0.7241 | 0.8603 | 0.9012 |
|
73 |
+
| 0.0658 | 2.0 | 918 | 0.7902 | 0.8725 | 0.9071 |
|
74 |
+
| 0.1499 | 3.0 | 1377 | 0.7895 | 0.8676 | 0.9022 |
|
75 |
+
| 0.0654 | 4.0 | 1836 | 0.9841 | 0.8676 | 0.9036 |
|
76 |
+
| 0.018 | 5.0 | 2295 | 1.0520 | 0.8627 | 0.8989 |
|
77 |
+
| 0.0144 | 6.0 | 2754 | 1.1002 | 0.8725 | 0.9081 |
|
78 |
+
| 0.007 | 7.0 | 3213 | 1.1303 | 0.8652 | 0.9005 |
|
79 |
+
| 0.0056 | 8.0 | 3672 | 1.2298 | 0.8725 | 0.9081 |
|
80 |
+
| 0.0019 | 9.0 | 4131 | 1.2353 | 0.8701 | 0.9038 |
|
81 |
+
| 0.0001 | 10.0 | 4590 | 1.2267 | 0.8676 | 0.9029 |
|
82 |
|
83 |
|
84 |
### Framework versions
|