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 [Luciano/bertimbau-base-finetuned-lener-br](https://huggingface.co/Luciano/bertimbau-base-finetuned-lener-br) 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 |
|
@@ -37,8 +37,8 @@ More information needed
|
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 2e-05
|
40 |
-
- train_batch_size:
|
41 |
-
- eval_batch_size:
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
@@ -48,11 +48,11 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
-
| No log | 1.0 |
|
52 |
-
|
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [Luciano/bertimbau-base-finetuned-lener-br](https://huggingface.co/Luciano/bertimbau-base-finetuned-lener-br) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.8043
|
20 |
+
- Accuracy: 0.7599
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
- learning_rate: 2e-05
|
40 |
+
- train_batch_size: 8
|
41 |
+
- eval_batch_size: 8
|
42 |
- seed: 42
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
51 |
+
| No log | 1.0 | 405 | 0.7885 | 0.6485 |
|
52 |
+
| 0.8344 | 2.0 | 810 | 0.6707 | 0.7228 |
|
53 |
+
| 0.572 | 3.0 | 1215 | 0.6854 | 0.7624 |
|
54 |
+
| 0.3898 | 4.0 | 1620 | 0.7928 | 0.7450 |
|
55 |
+
| 0.2646 | 5.0 | 2025 | 0.8043 | 0.7599 |
|
56 |
|
57 |
|
58 |
### Framework versions
|