silpakanneganti commited on
Commit
8a32b58
1 Parent(s): cadb2b3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -11
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: 1.1200
23
- - Precision: 0.6085
24
- - Recall: 0.6398
25
- - F1: 0.6237
26
- - Accuracy: 0.7651
27
 
28
  ## Model description
29
 
@@ -48,17 +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: 5
52
 
53
  ### Training results
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
- | No log | 1.0 | 63 | 1.0596 | 0.6022 | 0.6300 | 0.6158 | 0.7625 |
58
- | No log | 2.0 | 126 | 1.0834 | 0.5976 | 0.6414 | 0.6187 | 0.7631 |
59
- | No log | 3.0 | 189 | 1.1044 | 0.6044 | 0.6360 | 0.6198 | 0.7628 |
60
- | No log | 4.0 | 252 | 1.1139 | 0.6041 | 0.6364 | 0.6199 | 0.7628 |
61
- | No log | 5.0 | 315 | 1.1200 | 0.6085 | 0.6398 | 0.6237 | 0.7651 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
 
64
  ### 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: 1.0001
23
+ - Precision: 0.6207
24
+ - Recall: 0.6501
25
+ - F1: 0.6351
26
+ - Accuracy: 0.7695
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 | 1.5798 | 0.3498 | 0.3921 | 0.3697 | 0.6168 |
58
+ | No log | 2.0 | 126 | 1.1942 | 0.5020 | 0.5286 | 0.5150 | 0.7028 |
59
+ | No log | 3.0 | 189 | 1.0593 | 0.5345 | 0.5826 | 0.5575 | 0.7280 |
60
+ | No log | 4.0 | 252 | 0.9799 | 0.5722 | 0.6065 | 0.5889 | 0.7451 |
61
+ | No log | 5.0 | 315 | 0.9394 | 0.5905 | 0.6187 | 0.6043 | 0.7534 |
62
+ | No log | 6.0 | 378 | 0.9171 | 0.5995 | 0.6262 | 0.6126 | 0.7576 |
63
+ | No log | 7.0 | 441 | 0.9068 | 0.6071 | 0.6324 | 0.6195 | 0.7623 |
64
+ | 1.0968 | 8.0 | 504 | 0.9076 | 0.6171 | 0.6323 | 0.6246 | 0.7638 |
65
+ | 1.0968 | 9.0 | 567 | 0.9280 | 0.6095 | 0.6361 | 0.6225 | 0.7637 |
66
+ | 1.0968 | 10.0 | 630 | 0.9231 | 0.6117 | 0.6414 | 0.6262 | 0.7670 |
67
+ | 1.0968 | 11.0 | 693 | 0.9322 | 0.6183 | 0.6460 | 0.6319 | 0.7685 |
68
+ | 1.0968 | 12.0 | 756 | 0.9529 | 0.6200 | 0.6503 | 0.6347 | 0.7689 |
69
+ | 1.0968 | 13.0 | 819 | 0.9550 | 0.6148 | 0.6451 | 0.6296 | 0.7672 |
70
+ | 1.0968 | 14.0 | 882 | 0.9736 | 0.6227 | 0.6466 | 0.6344 | 0.7688 |
71
+ | 1.0968 | 15.0 | 945 | 0.9791 | 0.6206 | 0.6460 | 0.6330 | 0.7679 |
72
+ | 0.4223 | 16.0 | 1008 | 0.9854 | 0.6194 | 0.6490 | 0.6339 | 0.7699 |
73
+ | 0.4223 | 17.0 | 1071 | 0.9870 | 0.6185 | 0.6494 | 0.6336 | 0.7692 |
74
+ | 0.4223 | 18.0 | 1134 | 0.9957 | 0.6208 | 0.6498 | 0.6350 | 0.7702 |
75
+ | 0.4223 | 19.0 | 1197 | 0.9994 | 0.6189 | 0.6510 | 0.6345 | 0.7693 |
76
+ | 0.4223 | 20.0 | 1260 | 1.0001 | 0.6207 | 0.6501 | 0.6351 | 0.7695 |
77
 
78
 
79
  ### Framework versions