tiagoblima commited on
Commit
3e958e0
1 Parent(s): 258629e

End of training

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.0878
21
- - Accuracy: 0.8087
22
 
23
  ## Model description
24
 
@@ -49,17 +49,17 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:------:|:-----:|:---------------:|:--------:|
52
- | 1.3096 | 0.0859 | 5000 | 1.4907 | 0.7014 |
53
- | 1.2402 | 0.1718 | 10000 | 1.2411 | 0.7285 |
54
- | 1.1273 | 0.2577 | 15000 | 1.3464 | 0.7514 |
55
- | 1.0028 | 0.3436 | 20000 | 1.4583 | 0.7323 |
56
- | 0.9333 | 0.4295 | 25000 | 1.2102 | 0.7713 |
57
- | 0.9045 | 0.5155 | 30000 | 1.1515 | 0.7801 |
58
- | 0.7642 | 0.6014 | 35000 | 1.1968 | 0.7873 |
59
- | 0.8657 | 0.6873 | 40000 | 1.0961 | 0.7967 |
60
- | 0.8082 | 0.7732 | 45000 | 1.1199 | 0.7977 |
61
- | 0.7657 | 0.8591 | 50000 | 1.1115 | 0.8029 |
62
- | 0.7556 | 0.9450 | 55000 | 1.0878 | 0.8087 |
63
 
64
 
65
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.7534
21
+ - Accuracy: 0.8531
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:------:|:-----:|:---------------:|:--------:|
52
+ | 1.4704 | 0.0859 | 5000 | 1.4487 | 0.6858 |
53
+ | 1.1946 | 0.1718 | 10000 | 1.2197 | 0.7417 |
54
+ | 1.1323 | 0.2577 | 15000 | 0.9984 | 0.7733 |
55
+ | 0.9926 | 0.3436 | 20000 | 1.0195 | 0.7901 |
56
+ | 0.9232 | 0.4295 | 25000 | 0.9879 | 0.8089 |
57
+ | 0.9273 | 0.5155 | 30000 | 0.8956 | 0.8224 |
58
+ | 1.0023 | 0.6014 | 35000 | 0.8435 | 0.8277 |
59
+ | 0.7566 | 0.6873 | 40000 | 0.8668 | 0.8331 |
60
+ | 0.9032 | 0.7732 | 45000 | 0.8221 | 0.8408 |
61
+ | 0.7227 | 0.8591 | 50000 | 0.7653 | 0.8456 |
62
+ | 0.8159 | 0.9450 | 55000 | 0.7534 | 0.8531 |
63
 
64
 
65
  ### Framework versions