trungpq commited on
Commit
8920c17
·
verified ·
1 Parent(s): 09b4c89

End of training

Browse files
Files changed (4) hide show
  1. README.md +25 -11
  2. config.json +1 -1
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md CHANGED
@@ -15,12 +15,12 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.0839
19
- - Accuracy: 0.899
20
- - F1 Macro: 0.4734
21
- - Precision Macro: 0.4495
22
- - Recall Macro: 0.5
23
- - Total Tf: [899, 101, 899, 101]
24
 
25
  ## Model description
26
 
@@ -45,14 +45,28 @@ The following hyperparameters were used during training:
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
- - lr_scheduler_warmup_steps: 27
49
- - num_epochs: 1
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Precision Macro | Recall Macro | Total Tf |
54
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------------:|:------------:|:--------------------:|
55
- | 0.1076 | 1.0 | 28 | 0.0839 | 0.899 | 0.4734 | 0.4495 | 0.5 | [899, 101, 899, 101] |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
 
57
 
58
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 1.9763
19
+ - Accuracy: 0.9463
20
+ - F1 Macro: 0.8328
21
+ - Precision Macro: 0.8463
22
+ - Recall Macro: 0.8206
23
+ - Total Tf: [1516, 86, 1516, 86]
24
 
25
  ## Model description
26
 
 
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 212
49
+ - num_epochs: 15
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Precision Macro | Recall Macro | Total Tf |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------------:|:------------:|:----------------------:|
55
+ | 0.7327 | 1.0 | 213 | 0.6511 | 0.7609 | 0.6358 | 0.6324 | 0.8470 | [1219, 383, 1219, 383] |
56
+ | 0.593 | 2.0 | 426 | 0.4161 | 0.9051 | 0.7883 | 0.7389 | 0.8958 | [1450, 152, 1450, 152] |
57
+ | 0.371 | 3.0 | 639 | 0.4254 | 0.9413 | 0.8492 | 0.8085 | 0.9096 | [1508, 94, 1508, 94] |
58
+ | 0.3035 | 4.0 | 852 | 0.5906 | 0.9419 | 0.8372 | 0.8172 | 0.8610 | [1509, 93, 1509, 93] |
59
+ | 0.2537 | 5.0 | 1065 | 0.7122 | 0.9426 | 0.8403 | 0.8179 | 0.8675 | [1510, 92, 1510, 92] |
60
+ | 0.1256 | 6.0 | 1278 | 0.9292 | 0.9370 | 0.8232 | 0.8040 | 0.8460 | [1501, 101, 1501, 101] |
61
+ | 0.0757 | 7.0 | 1491 | 1.1844 | 0.9351 | 0.8164 | 0.7997 | 0.8358 | [1498, 104, 1498, 104] |
62
+ | 0.0609 | 8.0 | 1704 | 1.5595 | 0.9363 | 0.8113 | 0.8076 | 0.8151 | [1500, 102, 1500, 102] |
63
+ | 0.037 | 9.0 | 1917 | 1.6620 | 0.9438 | 0.8283 | 0.8346 | 0.8223 | [1512, 90, 1512, 90] |
64
+ | 0.0599 | 10.0 | 2130 | 1.8541 | 0.9426 | 0.8256 | 0.8297 | 0.8216 | [1510, 92, 1510, 92] |
65
+ | 0.0381 | 11.0 | 2343 | 1.9677 | 0.9469 | 0.8331 | 0.8504 | 0.8179 | [1517, 85, 1517, 85] |
66
+ | 0.0313 | 12.0 | 2556 | 2.0030 | 0.9463 | 0.8317 | 0.8476 | 0.8176 | [1516, 86, 1516, 86] |
67
+ | 0.0151 | 13.0 | 2769 | 1.8765 | 0.9426 | 0.8256 | 0.8297 | 0.8216 | [1510, 92, 1510, 92] |
68
+ | 0.0227 | 14.0 | 2982 | 1.8954 | 0.9432 | 0.8259 | 0.8332 | 0.8189 | [1511, 91, 1511, 91] |
69
+ | 0.0031 | 15.0 | 3195 | 1.9763 | 0.9463 | 0.8328 | 0.8463 | 0.8206 | [1516, 86, 1516, 86] |
70
 
71
 
72
  ### Framework versions
config.json CHANGED
@@ -4,7 +4,7 @@
4
  ],
5
  "model_type": "bert_model",
6
  "num_classes": 1,
7
- "pos_weight": 0.0,
8
  "torch_dtype": "float32",
9
  "transformers_version": "4.44.0"
10
  }
 
4
  ],
5
  "model_type": "bert_model",
6
  "num_classes": 1,
7
+ "pos_weight": 7.997350993377483,
8
  "torch_dtype": "float32",
9
  "transformers_version": "4.44.0"
10
  }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83c011fcac97e98fdefc9fcce7c3fe0cbb3dd5cefdf8e353f3aa42d8e68ddeac
3
+ size 437955648
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fff4ece08444b9d5841f2ba379108d1e09d779a7bd08079c43abe50c6af62a9
3
+ size 5240