update model card README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -48,16 +48,16 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
-
| No log | 1.0 | 203 | 0.
|
52 |
-
| No log | 2.0 | 406 | 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
-
- Transformers 4.
|
61 |
- Pytorch 1.12.1+cu113
|
62 |
- Datasets 2.4.0
|
63 |
- Tokenizers 0.12.1
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.6424
|
20 |
+
- Accuracy: 0.7921
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| No log | 1.0 | 203 | 0.7726 | 0.6683 |
|
52 |
+
| No log | 2.0 | 406 | 0.5948 | 0.7673 |
|
53 |
+
| 0.7112 | 3.0 | 609 | 0.6424 | 0.7723 |
|
54 |
+
| 0.7112 | 4.0 | 812 | 0.6376 | 0.7772 |
|
55 |
+
| 0.3383 | 5.0 | 1015 | 0.6424 | 0.7921 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
+
- Transformers 4.22.0
|
61 |
- Pytorch 1.12.1+cu113
|
62 |
- Datasets 2.4.0
|
63 |
- Tokenizers 0.12.1
|