silpakanneganti commited on
Commit
a613aa0
1 Parent(s): a3c4b56

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -21
README.md CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.4386
23
- - Precision: 0.7582
24
- - Recall: 0.7089
25
- - F1: 0.7327
26
- - Accuracy: 0.9434
27
 
28
  ## Model description
29
 
@@ -48,27 +48,32 @@ The following hyperparameters were used during training:
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
- - num_epochs: 15
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | No log | 1.0 | 63 | 0.4577 | 0.8113 | 0.6343 | 0.7119 | 0.9397 |
58
- | No log | 2.0 | 126 | 0.4098 | 0.7941 | 0.6563 | 0.7187 | 0.9419 |
59
- | No log | 3.0 | 189 | 0.3993 | 0.7369 | 0.6744 | 0.7043 | 0.9389 |
60
- | No log | 4.0 | 252 | 0.4033 | 0.7312 | 0.7089 | 0.7199 | 0.9418 |
61
- | No log | 5.0 | 315 | 0.4329 | 0.7509 | 0.6919 | 0.7202 | 0.9416 |
62
- | No log | 6.0 | 378 | 0.4343 | 0.7545 | 0.6829 | 0.7169 | 0.9420 |
63
- | No log | 7.0 | 441 | 0.4348 | 0.7168 | 0.7140 | 0.7154 | 0.9402 |
64
- | 0.0142 | 8.0 | 504 | 0.4362 | 0.7285 | 0.7055 | 0.7168 | 0.9399 |
65
- | 0.0142 | 9.0 | 567 | 0.4420 | 0.7573 | 0.7072 | 0.7314 | 0.9436 |
66
- | 0.0142 | 10.0 | 630 | 0.4371 | 0.7452 | 0.7027 | 0.7233 | 0.9423 |
67
- | 0.0142 | 11.0 | 693 | 0.4400 | 0.7648 | 0.6947 | 0.7281 | 0.9429 |
68
- | 0.0142 | 12.0 | 756 | 0.4346 | 0.7556 | 0.7027 | 0.7282 | 0.9422 |
69
- | 0.0142 | 13.0 | 819 | 0.4382 | 0.7504 | 0.7089 | 0.7291 | 0.9428 |
70
- | 0.0142 | 14.0 | 882 | 0.4368 | 0.7536 | 0.7123 | 0.7323 | 0.9434 |
71
- | 0.0142 | 15.0 | 945 | 0.4386 | 0.7582 | 0.7089 | 0.7327 | 0.9434 |
 
 
 
 
 
72
 
73
 
74
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.4966
23
+ - Precision: 0.7640
24
+ - Recall: 0.6936
25
+ - F1: 0.7271
26
+ - Accuracy: 0.9433
27
 
28
  ## Model description
29
 
 
48
  - seed: 42
49
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
  - lr_scheduler_type: linear
51
+ - num_epochs: 20
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 1.0 | 63 | 0.4909 | 0.8023 | 0.6653 | 0.7274 | 0.9429 |
58
+ | No log | 2.0 | 126 | 0.4686 | 0.7434 | 0.6829 | 0.7118 | 0.9414 |
59
+ | No log | 3.0 | 189 | 0.4578 | 0.6967 | 0.6987 | 0.6977 | 0.9378 |
60
+ | No log | 4.0 | 252 | 0.4689 | 0.7492 | 0.6942 | 0.7207 | 0.9425 |
61
+ | No log | 5.0 | 315 | 0.4882 | 0.7613 | 0.6744 | 0.7152 | 0.9412 |
62
+ | No log | 6.0 | 378 | 0.4880 | 0.7417 | 0.6914 | 0.7156 | 0.9403 |
63
+ | No log | 7.0 | 441 | 0.4823 | 0.7448 | 0.7027 | 0.7231 | 0.9419 |
64
+ | 0.0036 | 8.0 | 504 | 0.4787 | 0.7318 | 0.7049 | 0.7181 | 0.9399 |
65
+ | 0.0036 | 9.0 | 567 | 0.4953 | 0.7413 | 0.6981 | 0.7191 | 0.9425 |
66
+ | 0.0036 | 10.0 | 630 | 0.4910 | 0.7442 | 0.7038 | 0.7234 | 0.9426 |
67
+ | 0.0036 | 11.0 | 693 | 0.4894 | 0.7421 | 0.7044 | 0.7227 | 0.9411 |
68
+ | 0.0036 | 12.0 | 756 | 0.4958 | 0.7402 | 0.7072 | 0.7233 | 0.9408 |
69
+ | 0.0036 | 13.0 | 819 | 0.5032 | 0.7438 | 0.6976 | 0.7200 | 0.9416 |
70
+ | 0.0036 | 14.0 | 882 | 0.5009 | 0.7241 | 0.7060 | 0.7149 | 0.9396 |
71
+ | 0.0036 | 15.0 | 945 | 0.5033 | 0.7653 | 0.6947 | 0.7283 | 0.9432 |
72
+ | 0.0018 | 16.0 | 1008 | 0.5101 | 0.7814 | 0.6829 | 0.7288 | 0.9434 |
73
+ | 0.0018 | 17.0 | 1071 | 0.4935 | 0.7606 | 0.6987 | 0.7283 | 0.9440 |
74
+ | 0.0018 | 18.0 | 1134 | 0.4920 | 0.7549 | 0.7015 | 0.7272 | 0.9433 |
75
+ | 0.0018 | 19.0 | 1197 | 0.4970 | 0.7613 | 0.6959 | 0.7271 | 0.9434 |
76
+ | 0.0018 | 20.0 | 1260 | 0.4966 | 0.7640 | 0.6936 | 0.7271 | 0.9433 |
77
 
78
 
79
  ### Framework versions