leandroaraujodev commited on
Commit
fe7e89e
1 Parent(s): 41e5fab

End of training

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  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.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.3022
22
- - Accuracy: 0.8259
23
 
24
  ## Model description
25
 
@@ -38,7 +38,7 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 3e-05
42
  - train_batch_size: 32
43
  - eval_batch_size: 32
44
  - seed: 42
@@ -50,9 +50,9 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 0.3726 | 1.0 | 818 | 0.2906 | 0.8134 |
54
- | 0.2458 | 2.0 | 1636 | 0.2893 | 0.8245 |
55
- | 0.2042 | 3.0 | 2454 | 0.3022 | 0.8259 |
56
 
57
 
58
  ### Framework versions
 
18
 
19
  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.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.3095
22
+ - Accuracy: 0.8039
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 1e-05
42
  - train_batch_size: 32
43
  - eval_batch_size: 32
44
  - seed: 42
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 0.4219 | 1.0 | 818 | 0.3250 | 0.7879 |
54
+ | 0.3007 | 2.0 | 1636 | 0.3123 | 0.7980 |
55
+ | 0.2838 | 3.0 | 2454 | 0.3095 | 0.8039 |
56
 
57
 
58
  ### Framework versions