trungpq commited on
Commit
a39645f
·
verified ·
1 Parent(s): 6ec35a2

End of training

Browse files
Files changed (4) hide show
  1. README.md +73 -0
  2. config.json +12 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: rlcc-new-appearance-upsample_replacement-absa-None
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # rlcc-new-appearance-upsample_replacement-absa-None
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.6746
21
+ - F1 Macro: 0.6328
22
+ - Precision Macro: 0.6442
23
+ - Recall Macro: 0.6276
24
+ - Total Tf: [282, 136, 1118, 136]
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 2e-05
44
+ - train_batch_size: 64
45
+ - eval_batch_size: 64
46
+ - seed: 42
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_steps: 44
50
+ - num_epochs: 25
51
+
52
+ ### Training results
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.6196 | 0.5005 | 0.4640 | 0.5591 | [259, 159, 1095, 159] |
57
+ | 1.093 | 2.0 | 90 | 1.0883 | 0.6053 | 0.5090 | 0.5564 | 0.5516 | [253, 165, 1089, 165] |
58
+ | 1.0147 | 3.0 | 135 | 1.0815 | 0.6172 | 0.5454 | 0.5527 | 0.5576 | [258, 160, 1094, 160] |
59
+ | 0.7902 | 4.0 | 180 | 1.0939 | 0.6053 | 0.5536 | 0.5529 | 0.5646 | [253, 165, 1089, 165] |
60
+ | 0.6868 | 5.0 | 225 | 1.0402 | 0.6842 | 0.6423 | 0.6438 | 0.6412 | [286, 132, 1122, 132] |
61
+ | 0.4888 | 6.0 | 270 | 1.1546 | 0.6699 | 0.6212 | 0.6414 | 0.6162 | [280, 138, 1116, 138] |
62
+ | 0.3871 | 7.0 | 315 | 1.2866 | 0.6651 | 0.6153 | 0.6375 | 0.6102 | [278, 140, 1114, 140] |
63
+ | 0.3217 | 8.0 | 360 | 1.3147 | 0.6746 | 0.6269 | 0.6606 | 0.6208 | [282, 136, 1118, 136] |
64
+ | 0.2213 | 9.0 | 405 | 1.4559 | 0.6507 | 0.6073 | 0.6163 | 0.6028 | [272, 146, 1108, 146] |
65
+ | 0.2051 | 10.0 | 450 | 1.4775 | 0.6746 | 0.6328 | 0.6442 | 0.6276 | [282, 136, 1118, 136] |
66
+
67
+
68
+ ### Framework versions
69
+
70
+ - Transformers 4.52.4
71
+ - Pytorch 2.6.0+cu124
72
+ - Datasets 3.6.0
73
+ - Tokenizers 0.21.2
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "absa_method": null,
3
+ "architectures": [
4
+ "BERTModel"
5
+ ],
6
+ "class_weight": null,
7
+ "class_weights": null,
8
+ "model_type": "bert_with_absa",
9
+ "num_classes": 3,
10
+ "torch_dtype": "float32",
11
+ "transformers_version": "4.52.4"
12
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1cabeb6b44d856b64302ae47e3344460bf391900d2137e6bb4086d99c063dec
3
+ size 437963716
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c60985e9c4353f0881e01aca1c331352d75de47d6210f753fbe59a58ef68f9ef
3
+ size 5368