End of training
Browse files- README.md +78 -0
- config.json +12 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
tags:
|
| 4 |
+
- generated_from_trainer
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
model-index:
|
| 8 |
+
- name: rlcc-aroma-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-aroma-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: 2.2234
|
| 20 |
+
- Accuracy: 0.7634
|
| 21 |
+
- F1 Macro: 0.6921
|
| 22 |
+
- Precision Macro: 0.6916
|
| 23 |
+
- Recall Macro: 0.6932
|
| 24 |
+
- Total Tf: [313, 97, 1133, 97]
|
| 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 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: 51
|
| 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.1142 | 1.0 | 52 | 1.0920 | 0.6220 | 0.4931 | 0.4924 | 0.4979 | [255, 155, 1075, 155] |
|
| 57 |
+
| 0.9901 | 2.0 | 104 | 1.1432 | 0.6634 | 0.5654 | 0.5637 | 0.5704 | [272, 138, 1092, 138] |
|
| 58 |
+
| 0.7632 | 3.0 | 156 | 1.0810 | 0.7049 | 0.6224 | 0.6336 | 0.6433 | [289, 121, 1109, 121] |
|
| 59 |
+
| 0.5227 | 4.0 | 208 | 1.1417 | 0.7439 | 0.6678 | 0.6699 | 0.6845 | [305, 105, 1125, 105] |
|
| 60 |
+
| 0.3542 | 5.0 | 260 | 1.1937 | 0.7463 | 0.6687 | 0.6683 | 0.6747 | [306, 104, 1126, 104] |
|
| 61 |
+
| 0.2719 | 6.0 | 312 | 1.4854 | 0.7146 | 0.6309 | 0.6367 | 0.6601 | [293, 117, 1113, 117] |
|
| 62 |
+
| 0.1594 | 7.0 | 364 | 1.4395 | 0.7463 | 0.6703 | 0.6703 | 0.6764 | [306, 104, 1126, 104] |
|
| 63 |
+
| 0.1511 | 8.0 | 416 | 1.6307 | 0.7390 | 0.6641 | 0.6625 | 0.6820 | [303, 107, 1123, 107] |
|
| 64 |
+
| 0.1036 | 9.0 | 468 | 1.6144 | 0.7683 | 0.6932 | 0.6974 | 0.6915 | [315, 95, 1135, 95] |
|
| 65 |
+
| 0.1029 | 10.0 | 520 | 1.7708 | 0.7683 | 0.6992 | 0.6976 | 0.7064 | [315, 95, 1135, 95] |
|
| 66 |
+
| 0.0859 | 11.0 | 572 | 2.0319 | 0.7439 | 0.6678 | 0.6756 | 0.6932 | [305, 105, 1125, 105] |
|
| 67 |
+
| 0.062 | 12.0 | 624 | 1.8619 | 0.7634 | 0.6901 | 0.6926 | 0.6887 | [313, 97, 1133, 97] |
|
| 68 |
+
| 0.0489 | 13.0 | 676 | 2.0523 | 0.7610 | 0.6878 | 0.6874 | 0.6892 | [312, 98, 1132, 98] |
|
| 69 |
+
| 0.0409 | 14.0 | 728 | 2.2591 | 0.7439 | 0.6664 | 0.6645 | 0.6741 | [305, 105, 1125, 105] |
|
| 70 |
+
| 0.0226 | 15.0 | 780 | 2.2234 | 0.7634 | 0.6921 | 0.6916 | 0.6932 | [313, 97, 1133, 97] |
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
### Framework versions
|
| 74 |
+
|
| 75 |
+
- Transformers 4.47.0
|
| 76 |
+
- Pytorch 2.5.1+cu121
|
| 77 |
+
- Datasets 3.2.0
|
| 78 |
+
- Tokenizers 0.21.0
|
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.47.0"
|
| 12 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:82f5e49a1da65fa4223478a49634770dd70c372b8d020df0b08035afb6c6ee9d
|
| 3 |
+
size 437963716
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a84f0bec279691ce0275df31fdef7dea616a420ee63571c228b6855cd500d40
|
| 3 |
+
size 5368
|