Luciano commited on
Commit
79d9d80
1 Parent(s): bb1fe95

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -7
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 1.0377
18
 
19
  ## Model description
20
 
@@ -39,15 +39,27 @@ The following hyperparameters were used during training:
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - num_epochs: 3
43
 
44
  ### Training results
45
 
46
- | Training Loss | Epoch | Step | Validation Loss |
47
- |:-------------:|:-----:|:----:|:---------------:|
48
- | 1.3035 | 1.0 | 2079 | 1.1031 |
49
- | 1.1463 | 2.0 | 4158 | 1.0337 |
50
- | 1.0595 | 3.0 | 6237 | 1.0484 |
 
 
 
 
 
 
 
 
 
 
 
 
51
 
52
 
53
  ### Framework versions
 
14
 
15
  This model is a fine-tuned version of [neuralmind/bert-base-portuguese-cased](https://huggingface.co/neuralmind/bert-base-portuguese-cased) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.8132
18
 
19
  ## Model description
20
 
 
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
+ - num_epochs: 15
43
 
44
  ### Training results
45
 
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:-----:|:---------------:|
48
+ | 1.3167 | 1.0 | 2079 | 1.1163 |
49
+ | 1.1683 | 2.0 | 4158 | 1.0594 |
50
+ | 1.0648 | 3.0 | 6237 | 1.0501 |
51
+ | 1.0228 | 4.0 | 8316 | 0.9693 |
52
+ | 0.9662 | 5.0 | 10395 | 0.9847 |
53
+ | 0.9422 | 6.0 | 12474 | 0.9556 |
54
+ | 0.8696 | 7.0 | 14553 | 0.8978 |
55
+ | 0.7856 | 8.0 | 16632 | nan |
56
+ | 0.7849 | 9.0 | 18711 | 0.9192 |
57
+ | 0.7559 | 10.0 | 20790 | 0.8536 |
58
+ | 0.7564 | 11.0 | 22869 | 0.9230 |
59
+ | 0.7641 | 12.0 | 24948 | 0.8852 |
60
+ | 0.7007 | 13.0 | 27027 | 0.8616 |
61
+ | 0.7139 | 14.0 | 29106 | 0.8419 |
62
+ | 0.6543 | 15.0 | 31185 | 0.8460 |
63
 
64
 
65
  ### Framework versions