DarksitoBest commited on
Commit
b836510
·
verified ·
1 Parent(s): 56a4730

End of training

Browse files
Files changed (1) hide show
  1. README.md +22 -22
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 [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.1038
22
- - Accuracy: 0.535
23
 
24
  ## Model description
25
 
@@ -50,26 +50,26 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 1.4019 | 0.1 | 5 | 1.6483 | 0.2325 |
54
- | 1.6313 | 0.2 | 10 | 1.5832 | 0.2725 |
55
- | 1.6173 | 0.3 | 15 | 1.5735 | 0.2675 |
56
- | 1.5995 | 0.4 | 20 | 1.5052 | 0.3262 |
57
- | 1.5813 | 0.5 | 25 | 1.5326 | 0.3162 |
58
- | 1.424 | 0.6 | 30 | 1.5407 | 0.2988 |
59
- | 1.4952 | 0.7 | 35 | 1.5319 | 0.2975 |
60
- | 1.5068 | 0.8 | 40 | 1.4702 | 0.34 |
61
- | 1.4513 | 0.9 | 45 | 1.3828 | 0.4275 |
62
- | 1.2967 | 1.0 | 50 | 1.3537 | 0.5 |
63
- | 1.2603 | 1.1 | 55 | 1.2783 | 0.47 |
64
- | 1.1391 | 1.2 | 60 | 1.2316 | 0.4688 |
65
- | 1.1007 | 1.3 | 65 | 1.2129 | 0.4688 |
66
- | 1.1748 | 1.4 | 70 | 1.1682 | 0.4875 |
67
- | 1.1319 | 1.5 | 75 | 1.1496 | 0.5088 |
68
- | 1.0371 | 1.6 | 80 | 1.1145 | 0.5475 |
69
- | 1.1062 | 1.7 | 85 | 1.0948 | 0.55 |
70
- | 1.0489 | 1.8 | 90 | 1.1009 | 0.5387 |
71
- | 0.9534 | 1.9 | 95 | 1.1073 | 0.535 |
72
- | 1.1567 | 2.0 | 100 | 1.1038 | 0.535 |
73
 
74
 
75
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.0444
22
+ - Accuracy: 0.4533
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 1.4822 | 0.1 | 5 | 1.2775 | 0.395 |
54
+ | 1.1604 | 0.2 | 10 | 1.2589 | 0.395 |
55
+ | 1.1784 | 0.3 | 15 | 1.1539 | 0.395 |
56
+ | 1.1704 | 0.4 | 20 | 1.1236 | 0.3917 |
57
+ | 1.1161 | 0.5 | 25 | 1.1705 | 0.3367 |
58
+ | 1.1447 | 0.6 | 30 | 1.0990 | 0.395 |
59
+ | 1.1044 | 0.7 | 35 | 1.1322 | 0.395 |
60
+ | 1.1298 | 0.8 | 40 | 1.1031 | 0.3967 |
61
+ | 1.0771 | 0.9 | 45 | 1.1116 | 0.44 |
62
+ | 1.081 | 1.0 | 50 | 1.1141 | 0.38 |
63
+ | 1.0722 | 1.1 | 55 | 1.0696 | 0.4367 |
64
+ | 1.0786 | 1.2 | 60 | 1.0916 | 0.395 |
65
+ | 1.0669 | 1.3 | 65 | 1.0678 | 0.4333 |
66
+ | 1.0051 | 1.4 | 70 | 1.0759 | 0.4233 |
67
+ | 0.9618 | 1.5 | 75 | 1.0802 | 0.4383 |
68
+ | 1.087 | 1.6 | 80 | 1.0594 | 0.435 |
69
+ | 0.9462 | 1.7 | 85 | 1.0558 | 0.4817 |
70
+ | 1.052 | 1.8 | 90 | 1.0451 | 0.4717 |
71
+ | 1.0135 | 1.9 | 95 | 1.0442 | 0.455 |
72
+ | 1.0523 | 2.0 | 100 | 1.0444 | 0.4533 |
73
 
74
 
75
  ### Framework versions