nguyenkhoa2407 commited on
Commit
1a36b7d
1 Parent(s): 0860652

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -27
README.md CHANGED
@@ -22,10 +22,10 @@ model-index:
22
  metrics:
23
  - name: F1
24
  type: f1
25
- value: 0.767123287671233
26
  - name: Accuracy
27
  type: accuracy
28
- value: 0.3
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.2847
39
- - F1: 0.7671
40
- - Roc Auc: 0.8361
41
- - Accuracy: 0.3
42
 
43
  ## Model description
44
 
@@ -63,32 +63,37 @@ 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: 20
67
 
68
  ### Training results
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
71
  |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|:--------:|
72
- | 0.7037 | 1.0 | 12 | 0.6056 | 0.5714 | 0.7341 | 0.0 |
73
- | 0.5962 | 2.0 | 24 | 0.5212 | 0.5067 | 0.6787 | 0.0 |
74
- | 0.5393 | 3.0 | 36 | 0.4396 | 0.6197 | 0.7439 | 0.1 |
75
- | 0.4682 | 4.0 | 48 | 0.3963 | 0.5714 | 0.7079 | 0.0 |
76
- | 0.409 | 5.0 | 60 | 0.3710 | 0.6061 | 0.7297 | 0.0 |
77
- | 0.3923 | 6.0 | 72 | 0.3571 | 0.6286 | 0.7477 | 0.1 |
78
- | 0.3682 | 7.0 | 84 | 0.3439 | 0.6849 | 0.7862 | 0.2 |
79
- | 0.367 | 8.0 | 96 | 0.3286 | 0.6479 | 0.7605 | 0.1 |
80
- | 0.3633 | 9.0 | 108 | 0.3194 | 0.6761 | 0.7772 | 0.2 |
81
- | 0.3359 | 10.0 | 120 | 0.3145 | 0.6761 | 0.7772 | 0.2 |
82
- | 0.3327 | 11.0 | 132 | 0.3054 | 0.6957 | 0.7848 | 0.2 |
83
- | 0.3206 | 12.0 | 144 | 0.2998 | 0.7297 | 0.8156 | 0.2 |
84
- | 0.3125 | 13.0 | 156 | 0.2926 | 0.7222 | 0.8066 | 0.2 |
85
- | 0.3073 | 14.0 | 168 | 0.2847 | 0.7671 | 0.8361 | 0.3 |
86
- | 0.2972 | 15.0 | 180 | 0.2819 | 0.7606 | 0.8271 | 0.3 |
87
- | 0.2933 | 16.0 | 192 | 0.2773 | 0.7606 | 0.8271 | 0.3 |
88
- | 0.2798 | 17.0 | 204 | 0.2752 | 0.7606 | 0.8271 | 0.3 |
89
- | 0.2737 | 18.0 | 216 | 0.2731 | 0.7606 | 0.8271 | 0.3 |
90
- | 0.2866 | 19.0 | 228 | 0.2720 | 0.7606 | 0.8271 | 0.3 |
91
- | 0.2729 | 20.0 | 240 | 0.2713 | 0.7606 | 0.8271 | 0.3 |
 
 
 
 
 
92
 
93
 
94
  ### Framework versions
 
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
 
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
  - 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