Luciano commited on
Commit
49bb683
1 Parent(s): 8b261a7

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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.8043
20
- - Accuracy: 0.7599
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: 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,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 | 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
 
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: 1.1509
20
+ - Accuracy: 0.7673
21
 
22
  ## Model description
23
 
 
37
 
38
  The following hyperparameters were used during training:
39
  - learning_rate: 2e-05
40
+ - train_batch_size: 4
41
+ - eval_batch_size: 4
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
+ | 0.892 | 1.0 | 809 | 0.7765 | 0.6832 |
52
+ | 0.6748 | 2.0 | 1618 | 0.7200 | 0.7302 |
53
+ | 0.5406 | 3.0 | 2427 | 0.9141 | 0.7475 |
54
+ | 0.4226 | 4.0 | 3236 | 1.1041 | 0.7550 |
55
+ | 0.3058 | 5.0 | 4045 | 1.1509 | 0.7673 |
56
 
57
 
58
  ### Framework versions