addy88 commited on
Commit
df4cfe5
1 Parent(s): 210eb2e

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 an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.3180
23
- - Precision: 0.6612
24
- - Recall: 0.8067
25
- - F1: 0.7267
26
- - Accuracy: 0.8862
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 | 10 | 0.9356 | 0.0248 | 0.0333 | 0.0284 | 0.6369 |
58
- | No log | 2.0 | 20 | 0.5953 | 0.4153 | 0.6533 | 0.5078 | 0.8040 |
59
- | No log | 3.0 | 30 | 0.4166 | 0.5330 | 0.7 | 0.6052 | 0.8537 |
60
- | No log | 4.0 | 40 | 0.3396 | 0.6398 | 0.7933 | 0.7083 | 0.8762 |
61
- | No log | 5.0 | 50 | 0.3180 | 0.6612 | 0.8067 | 0.7267 | 0.8862 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.3456
23
+ - Precision: 0.8113
24
+ - Recall: 0.86
25
+ - F1: 0.8350
26
+ - Accuracy: 0.9341
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 | 10 | 0.2716 | 0.7778 | 0.84 | 0.8077 | 0.9115 |
58
+ | No log | 2.0 | 20 | 0.2428 | 0.7669 | 0.8333 | 0.7987 | 0.9160 |
59
+ | No log | 3.0 | 30 | 0.2726 | 0.7875 | 0.84 | 0.8129 | 0.9205 |
60
+ | No log | 4.0 | 40 | 0.2658 | 0.7862 | 0.8333 | 0.8091 | 0.9214 |
61
+ | No log | 5.0 | 50 | 0.2470 | 0.7914 | 0.86 | 0.8243 | 0.9268 |
62
+ | No log | 6.0 | 60 | 0.2745 | 0.7791 | 0.8467 | 0.8115 | 0.9250 |
63
+ | No log | 7.0 | 70 | 0.3415 | 0.8280 | 0.8667 | 0.8469 | 0.9259 |
64
+ | No log | 8.0 | 80 | 0.3524 | 0.775 | 0.8267 | 0.8000 | 0.9178 |
65
+ | No log | 9.0 | 90 | 0.3307 | 0.8313 | 0.8867 | 0.8581 | 0.9322 |
66
+ | No log | 10.0 | 100 | 0.3161 | 0.7778 | 0.84 | 0.8077 | 0.9214 |
67
+ | No log | 11.0 | 110 | 0.3646 | 0.8387 | 0.8667 | 0.8525 | 0.9322 |
68
+ | No log | 12.0 | 120 | 0.3262 | 0.7925 | 0.84 | 0.8155 | 0.9223 |
69
+ | No log | 13.0 | 130 | 0.3436 | 0.8462 | 0.88 | 0.8627 | 0.9350 |
70
+ | No log | 14.0 | 140 | 0.3427 | 0.8516 | 0.88 | 0.8656 | 0.9377 |
71
+ | No log | 15.0 | 150 | 0.3163 | 0.7950 | 0.8533 | 0.8232 | 0.9322 |
72
+ | No log | 16.0 | 160 | 0.3233 | 0.8291 | 0.8733 | 0.8506 | 0.9377 |
73
+ | No log | 17.0 | 170 | 0.3354 | 0.8050 | 0.8533 | 0.8285 | 0.9322 |
74
+ | No log | 18.0 | 180 | 0.3468 | 0.8291 | 0.8733 | 0.8506 | 0.9341 |
75
+ | No log | 19.0 | 190 | 0.3457 | 0.8176 | 0.8667 | 0.8414 | 0.9341 |
76
+ | No log | 20.0 | 200 | 0.3456 | 0.8113 | 0.86 | 0.8350 | 0.9341 |
77
 
78
 
79
  ### Framework versions