leandroaraujodev commited on
Commit
61f60f4
1 Parent(s): c430b05

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -8
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.3124
22
- - Accuracy: 0.8270
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: 5e-05
42
  - train_batch_size: 32
43
  - eval_batch_size: 32
44
  - seed: 42
@@ -50,14 +50,13 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 0.3667 | 1.0 | 818 | 0.2851 | 0.8162 |
54
- | 0.2499 | 2.0 | 1636 | 0.2931 | 0.8121 |
55
- | 0.2069 | 3.0 | 2454 | 0.3124 | 0.8270 |
56
 
57
 
58
  ### Framework versions
59
 
60
  - Transformers 4.44.2
61
- - Pytorch 2.4.0+cu121
62
- - Datasets 3.0.0
63
  - Tokenizers 0.19.1
 
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.1902
22
+ - Accuracy: 0.9092
23
 
24
  ## Model description
25
 
 
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
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 0.2652 | 1.0 | 1525 | 0.2353 | 0.8673 |
54
+ | 0.1712 | 2.0 | 3050 | 0.1938 | 0.8997 |
55
+ | 0.1182 | 3.0 | 4575 | 0.1902 | 0.9092 |
56
 
57
 
58
  ### Framework versions
59
 
60
  - Transformers 4.44.2
61
+ - Pytorch 2.4.1+cu121
 
62
  - Tokenizers 0.19.1