trungpq commited on
Commit
56f07c6
·
verified ·
1 Parent(s): 614f701

End of training

Browse files
Files changed (2) hide show
  1. README.md +20 -16
  2. model.safetensors +1 -1
README.md CHANGED
@@ -16,12 +16,12 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.4775
20
- - Accuracy: 0.5090
21
- - F1 Macro: 0.5104
22
- - Precision Macro: 0.5256
23
- - Recall Macro: 0.5035
24
- - Total Tf: [141, 136, 418, 136]
25
 
26
  ## Model description
27
 
@@ -53,16 +53,20 @@ The following hyperparameters were used during training:
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Precision Macro | Recall Macro | Total Tf |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------------:|:------------:|:--------------------:|
56
- | 1.1054 | 1.0 | 45 | 1.0933 | 0.4260 | 0.3340 | 0.2854 | 0.4121 | [118, 159, 395, 159] |
57
- | 1.093 | 2.0 | 90 | 1.0883 | 0.4043 | 0.3453 | 0.4086 | 0.4022 | [112, 165, 389, 165] |
58
- | 1.0147 | 3.0 | 135 | 1.0815 | 0.4224 | 0.3938 | 0.4036 | 0.4101 | [117, 160, 394, 160] |
59
- | 0.7902 | 4.0 | 180 | 1.0939 | 0.4043 | 0.4048 | 0.4039 | 0.4194 | [112, 165, 389, 165] |
60
- | 0.6868 | 5.0 | 225 | 1.0402 | 0.5235 | 0.5231 | 0.5251 | 0.5215 | [145, 132, 422, 132] |
61
- | 0.4888 | 6.0 | 270 | 1.1546 | 0.5018 | 0.4950 | 0.5219 | 0.4883 | [139, 138, 416, 138] |
62
- | 0.3871 | 7.0 | 315 | 1.2866 | 0.4946 | 0.4871 | 0.5166 | 0.4803 | [137, 140, 414, 140] |
63
- | 0.3217 | 8.0 | 360 | 1.3147 | 0.5090 | 0.5025 | 0.5474 | 0.4943 | [141, 136, 418, 136] |
64
- | 0.2213 | 9.0 | 405 | 1.4559 | 0.4729 | 0.4765 | 0.4884 | 0.4704 | [131, 146, 408, 146] |
65
- | 0.2051 | 10.0 | 450 | 1.4775 | 0.5090 | 0.5104 | 0.5256 | 0.5035 | [141, 136, 418, 136] |
 
 
 
 
66
 
67
 
68
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 1.6280
20
+ - Accuracy: 0.6101
21
+ - F1 Macro: 0.6154
22
+ - Precision Macro: 0.6342
23
+ - Recall Macro: 0.6058
24
+ - Total Tf: [169, 108, 446, 108]
25
 
26
  ## Model description
27
 
 
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Precision Macro | Recall Macro | Total Tf |
55
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------------:|:------------:|:--------------------:|
56
+ | 1.1067 | 1.0 | 45 | 1.0923 | 0.3502 | 0.3182 | 0.3633 | 0.3754 | [97, 180, 374, 180] |
57
+ | 0.9881 | 2.0 | 90 | 0.9964 | 0.4838 | 0.4573 | 0.5300 | 0.5209 | [134, 143, 411, 143] |
58
+ | 0.7447 | 3.0 | 135 | 0.9718 | 0.5199 | 0.5251 | 0.5322 | 0.5348 | [144, 133, 421, 133] |
59
+ | 0.5467 | 4.0 | 180 | 1.0018 | 0.5668 | 0.5728 | 0.5861 | 0.5789 | [157, 120, 434, 120] |
60
+ | 0.4362 | 5.0 | 225 | 0.9914 | 0.5957 | 0.6046 | 0.6123 | 0.5998 | [165, 112, 442, 112] |
61
+ | 0.3528 | 6.0 | 270 | 1.0323 | 0.6029 | 0.6094 | 0.6080 | 0.6109 | [167, 110, 444, 110] |
62
+ | 0.252 | 7.0 | 315 | 1.1311 | 0.5848 | 0.5818 | 0.6029 | 0.5817 | [162, 115, 439, 115] |
63
+ | 0.1752 | 8.0 | 360 | 1.2696 | 0.5704 | 0.5735 | 0.6007 | 0.5646 | [158, 119, 435, 119] |
64
+ | 0.1508 | 9.0 | 405 | 1.2529 | 0.6137 | 0.6180 | 0.6375 | 0.6088 | [170, 107, 447, 107] |
65
+ | 0.1182 | 10.0 | 450 | 1.3608 | 0.6137 | 0.6176 | 0.6465 | 0.6057 | [170, 107, 447, 107] |
66
+ | 0.0846 | 11.0 | 495 | 1.4858 | 0.6173 | 0.6199 | 0.6404 | 0.6118 | [171, 106, 448, 106] |
67
+ | 0.0903 | 12.0 | 540 | 1.5053 | 0.6029 | 0.6035 | 0.6273 | 0.5957 | [167, 110, 444, 110] |
68
+ | 0.0695 | 13.0 | 585 | 1.6320 | 0.5812 | 0.5841 | 0.6150 | 0.5726 | [161, 116, 438, 116] |
69
+ | 0.0631 | 14.0 | 630 | 1.6280 | 0.6101 | 0.6154 | 0.6342 | 0.6058 | [169, 108, 446, 108] |
70
 
71
 
72
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1cabeb6b44d856b64302ae47e3344460bf391900d2137e6bb4086d99c063dec
3
  size 437963716
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51e6d628ac7001c46ddd9793f013bc925ed44f00aeb9067a56ec2093f88306ac
3
  size 437963716