eeshclusive commited on
Commit
254772e
1 Parent(s): 364edbb

Training complete

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.3723
24
- - Precision: 0.5534
25
- - Recall: 0.5362
26
- - F1: 0.5447
27
- - Accuracy: 0.9281
28
 
29
  ## Model description
30
 
@@ -55,16 +55,16 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | No log | 1.0 | 121 | 0.4063 | 0.2711 | 0.2638 | 0.2674 | 0.8968 |
59
- | No log | 2.0 | 242 | 0.3501 | 0.4935 | 0.3220 | 0.3897 | 0.9196 |
60
- | No log | 3.0 | 363 | 0.2928 | 0.4839 | 0.4255 | 0.4528 | 0.9272 |
61
- | No log | 4.0 | 484 | 0.3419 | 0.5407 | 0.3957 | 0.4570 | 0.9247 |
62
- | 0.3258 | 5.0 | 605 | 0.3310 | 0.5431 | 0.4553 | 0.4954 | 0.9294 |
63
- | 0.3258 | 6.0 | 726 | 0.3424 | 0.5248 | 0.4809 | 0.5019 | 0.9274 |
64
- | 0.3258 | 7.0 | 847 | 0.3587 | 0.5471 | 0.5191 | 0.5328 | 0.9309 |
65
- | 0.3258 | 8.0 | 968 | 0.3639 | 0.5396 | 0.5220 | 0.5306 | 0.9281 |
66
- | 0.1033 | 9.0 | 1089 | 0.3695 | 0.5471 | 0.5277 | 0.5372 | 0.9276 |
67
- | 0.1033 | 10.0 | 1210 | 0.3723 | 0.5534 | 0.5362 | 0.5447 | 0.9281 |
68
 
69
 
70
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.3788
24
+ - Precision: 0.5395
25
+ - Recall: 0.5234
26
+ - F1: 0.5313
27
+ - Accuracy: 0.9307
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | No log | 1.0 | 121 | 0.4099 | 0.2393 | 0.2383 | 0.2388 | 0.8962 |
59
+ | No log | 2.0 | 242 | 0.3394 | 0.4340 | 0.3220 | 0.3697 | 0.9180 |
60
+ | No log | 3.0 | 363 | 0.2952 | 0.5017 | 0.4170 | 0.4555 | 0.9271 |
61
+ | No log | 4.0 | 484 | 0.3419 | 0.5301 | 0.4 | 0.4559 | 0.9284 |
62
+ | 0.321 | 5.0 | 605 | 0.3269 | 0.5354 | 0.4723 | 0.5019 | 0.9313 |
63
+ | 0.321 | 6.0 | 726 | 0.3382 | 0.5091 | 0.4780 | 0.4931 | 0.9285 |
64
+ | 0.321 | 7.0 | 847 | 0.3528 | 0.5489 | 0.5177 | 0.5328 | 0.9315 |
65
+ | 0.321 | 8.0 | 968 | 0.3623 | 0.5446 | 0.5191 | 0.5316 | 0.9306 |
66
+ | 0.0997 | 9.0 | 1089 | 0.3706 | 0.5225 | 0.5262 | 0.5244 | 0.9283 |
67
+ | 0.0997 | 10.0 | 1210 | 0.3788 | 0.5395 | 0.5234 | 0.5313 | 0.9307 |
68
 
69
 
70
  ### Framework versions