nguyenkhoa2407 commited on
Commit
4ddb3da
1 Parent(s): b0b2ba4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -32
README.md CHANGED
@@ -22,10 +22,10 @@ model-index:
22
  metrics:
23
  - name: F1
24
  type: f1
25
- value: 0.7714285714285716
26
  - name: Accuracy
27
  type: accuracy
28
- value: 0.4
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -35,10 +35,10 @@ should probably proofread and complete it, then remove this comment. -->
35
 
36
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the filter_sort dataset.
37
  It achieves the following results on the evaluation set:
38
- - Loss: 0.2711
39
- - F1: 0.7714
40
- - Roc Auc: 0.8309
41
- - Accuracy: 0.4
42
 
43
  ## Model description
44
 
@@ -63,37 +63,32 @@ The following hyperparameters were used during training:
63
  - seed: 42
64
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
  - lr_scheduler_type: linear
66
- - num_epochs: 25
67
 
68
  ### Training results
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
71
  |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
72
- | 0.6535 | 1.0 | 12 | 0.5860 | 0.4524 | 0.6444 | 0.0 |
73
- | 0.5843 | 2.0 | 24 | 0.5121 | 0.5 | 0.6708 | 0.0 |
74
- | 0.5308 | 3.0 | 36 | 0.4460 | 0.5484 | 0.6950 | 0.0 |
75
- | 0.4663 | 4.0 | 48 | 0.4023 | 0.5574 | 0.6989 | 0.0 |
76
- | 0.4116 | 5.0 | 60 | 0.3769 | 0.5806 | 0.7117 | 0.0 |
77
- | 0.3936 | 6.0 | 72 | 0.3620 | 0.6032 | 0.7245 | 0.0 |
78
- | 0.3691 | 7.0 | 84 | 0.3519 | 0.625 | 0.7373 | 0.0 |
79
- | 0.3565 | 8.0 | 96 | 0.3410 | 0.6269 | 0.7425 | 0.0 |
80
- | 0.3548 | 9.0 | 108 | 0.3324 | 0.6562 | 0.7540 | 0.0 |
81
- | 0.3235 | 10.0 | 120 | 0.3229 | 0.6866 | 0.7758 | 0.1 |
82
- | 0.3157 | 11.0 | 132 | 0.3115 | 0.7164 | 0.7924 | 0.2 |
83
- | 0.297 | 12.0 | 144 | 0.3055 | 0.7164 | 0.7924 | 0.2 |
84
- | 0.2923 | 13.0 | 156 | 0.2988 | 0.7246 | 0.8014 | 0.2 |
85
- | 0.2848 | 14.0 | 168 | 0.2903 | 0.7164 | 0.7924 | 0.2 |
86
- | 0.2715 | 15.0 | 180 | 0.2908 | 0.7429 | 0.8142 | 0.3 |
87
- | 0.2696 | 16.0 | 192 | 0.2807 | 0.7353 | 0.8052 | 0.3 |
88
- | 0.2543 | 17.0 | 204 | 0.2794 | 0.7536 | 0.8181 | 0.3 |
89
- | 0.2504 | 18.0 | 216 | 0.2711 | 0.7714 | 0.8309 | 0.4 |
90
- | 0.2577 | 19.0 | 228 | 0.2708 | 0.7536 | 0.8181 | 0.3 |
91
- | 0.2401 | 20.0 | 240 | 0.2693 | 0.7536 | 0.8181 | 0.3 |
92
- | 0.2415 | 21.0 | 252 | 0.2669 | 0.7714 | 0.8309 | 0.4 |
93
- | 0.241 | 22.0 | 264 | 0.2691 | 0.7536 | 0.8181 | 0.3 |
94
- | 0.2341 | 23.0 | 276 | 0.2669 | 0.7536 | 0.8181 | 0.3 |
95
- | 0.2355 | 24.0 | 288 | 0.2660 | 0.7536 | 0.8181 | 0.3 |
96
- | 0.232 | 25.0 | 300 | 0.2655 | 0.7536 | 0.8181 | 0.3 |
97
 
98
 
99
  ### Framework versions
 
22
  metrics:
23
  - name: F1
24
  type: f1
25
+ value: 0.7428571428571428
26
  - name: Accuracy
27
  type: accuracy
28
+ value: 0.2
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
35
 
36
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the filter_sort dataset.
37
  It achieves the following results on the evaluation set:
38
+ - Loss: 0.3066
39
+ - F1: 0.7429
40
+ - Roc Auc: 0.8142
41
+ - Accuracy: 0.2
42
 
43
  ## Model description
44
 
 
63
  - seed: 42
64
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
65
  - lr_scheduler_type: linear
66
+ - num_epochs: 20
67
 
68
  ### Training results
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
71
  |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
72
+ | 0.7601 | 1.0 | 12 | 0.6966 | 0.2564 | 0.4518 | 0.0 |
73
+ | 0.6757 | 2.0 | 24 | 0.5629 | 0.6667 | 0.7785 | 0.0 |
74
+ | 0.5796 | 3.0 | 36 | 0.4652 | 0.6286 | 0.7477 | 0.0 |
75
+ | 0.5026 | 4.0 | 48 | 0.4161 | 0.6479 | 0.7605 | 0.0 |
76
+ | 0.4282 | 5.0 | 60 | 0.3830 | 0.6849 | 0.7862 | 0.0 |
77
+ | 0.4085 | 6.0 | 72 | 0.3658 | 0.7273 | 0.7962 | 0.0 |
78
+ | 0.3847 | 7.0 | 84 | 0.3538 | 0.7353 | 0.8052 | 0.0 |
79
+ | 0.3829 | 8.0 | 96 | 0.3457 | 0.6761 | 0.7772 | 0.0 |
80
+ | 0.3758 | 9.0 | 108 | 0.3409 | 0.6857 | 0.7810 | 0.0 |
81
+ | 0.3487 | 10.0 | 120 | 0.3327 | 0.7143 | 0.7976 | 0.0 |
82
+ | 0.3421 | 11.0 | 132 | 0.3268 | 0.6866 | 0.7758 | 0.0 |
83
+ | 0.3351 | 12.0 | 144 | 0.3183 | 0.7059 | 0.7886 | 0.0 |
84
+ | 0.3245 | 13.0 | 156 | 0.3149 | 0.7246 | 0.8014 | 0.0 |
85
+ | 0.3191 | 14.0 | 168 | 0.3087 | 0.7246 | 0.8014 | 0.1 |
86
+ | 0.3083 | 15.0 | 180 | 0.3066 | 0.7429 | 0.8142 | 0.2 |
87
+ | 0.3061 | 16.0 | 192 | 0.3062 | 0.7429 | 0.8142 | 0.2 |
88
+ | 0.2935 | 17.0 | 204 | 0.3017 | 0.7429 | 0.8142 | 0.2 |
89
+ | 0.2888 | 18.0 | 216 | 0.3009 | 0.7429 | 0.8142 | 0.2 |
90
+ | 0.297 | 19.0 | 228 | 0.3022 | 0.7429 | 0.8142 | 0.2 |
91
+ | 0.2868 | 20.0 | 240 | 0.3014 | 0.7429 | 0.8142 | 0.2 |
 
 
 
 
 
92
 
93
 
94
  ### Framework versions