erickrribeiro
commited on
Commit
•
7cfa701
1
Parent(s):
4de74e6
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: 0.
|
40 |
-
- Accuracy: 0.
|
41 |
-
- F1: 0.
|
42 |
|
43 |
## Model description
|
44 |
|
@@ -69,9 +69,9 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.8848039215686274
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
+
value: 0.919104991394148
|
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: 0.7884
|
40 |
+
- Accuracy: 0.8848
|
41 |
+
- F1: 0.9191
|
42 |
|
43 |
## Model description
|
44 |
|
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
72 |
+
| 0.1866 | 1.09 | 500 | 0.5935 | 0.8775 | 0.9104 |
|
73 |
+
| 0.1791 | 2.18 | 1000 | 0.6557 | 0.8676 | 0.9062 |
|
74 |
+
| 0.0676 | 3.27 | 1500 | 0.7884 | 0.8848 | 0.9191 |
|
75 |
|
76 |
|
77 |
### Framework versions
|