End of training
Browse files- README.md +70 -0
- config.json +11 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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-min-aspect_classifier
|
| 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-min-aspect_classifier
|
| 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.0247
|
| 20 |
+
- Accuracy: 0.4693
|
| 21 |
+
- F1 Macro: 0.4695
|
| 22 |
+
- Precision Macro: 0.4729
|
| 23 |
+
- Recall Macro: 0.4826
|
| 24 |
+
- F1 Micro: 0.4693
|
| 25 |
+
- Precision Micro: 0.4693
|
| 26 |
+
- Recall Micro: 0.4693
|
| 27 |
+
- Total Tf: [130, 147, 407, 147]
|
| 28 |
+
|
| 29 |
+
## Model description
|
| 30 |
+
|
| 31 |
+
More information needed
|
| 32 |
+
|
| 33 |
+
## Intended uses & limitations
|
| 34 |
+
|
| 35 |
+
More information needed
|
| 36 |
+
|
| 37 |
+
## Training and evaluation data
|
| 38 |
+
|
| 39 |
+
More information needed
|
| 40 |
+
|
| 41 |
+
## Training procedure
|
| 42 |
+
|
| 43 |
+
### Training hyperparameters
|
| 44 |
+
|
| 45 |
+
The following hyperparameters were used during training:
|
| 46 |
+
- learning_rate: 2e-05
|
| 47 |
+
- train_batch_size: 64
|
| 48 |
+
- eval_batch_size: 64
|
| 49 |
+
- seed: 42
|
| 50 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 51 |
+
- lr_scheduler_type: linear
|
| 52 |
+
- lr_scheduler_warmup_steps: 44
|
| 53 |
+
- num_epochs: 4
|
| 54 |
+
|
| 55 |
+
### Training results
|
| 56 |
+
|
| 57 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro | Precision Macro | Recall Macro | F1 Micro | Precision Micro | Recall Micro | Total Tf |
|
| 58 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------------:|:------------:|:--------:|:---------------:|:------------:|:--------------------:|
|
| 59 |
+
| 1.0981 | 1.0 | 45 | 1.0861 | 0.3935 | 0.3356 | 0.4043 | 0.3942 | 0.3935 | 0.3935 | 0.3935 | [109, 168, 386, 168] |
|
| 60 |
+
| 1.0748 | 2.0 | 90 | 1.0651 | 0.3971 | 0.3807 | 0.3876 | 0.3972 | 0.3971 | 0.3971 | 0.3971 | [110, 167, 387, 167] |
|
| 61 |
+
| 0.9543 | 3.0 | 135 | 1.0440 | 0.4513 | 0.4503 | 0.4654 | 0.4645 | 0.4513 | 0.4513 | 0.4513 | [125, 152, 402, 152] |
|
| 62 |
+
| 0.8502 | 4.0 | 180 | 1.0247 | 0.4693 | 0.4695 | 0.4729 | 0.4826 | 0.4693 | 0.4693 | 0.4693 | [130, 147, 407, 147] |
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
### Framework versions
|
| 66 |
+
|
| 67 |
+
- Transformers 4.52.4
|
| 68 |
+
- Pytorch 2.6.0+cu124
|
| 69 |
+
- Datasets 3.6.0
|
| 70 |
+
- Tokenizers 0.21.2
|
config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"absa_method": "min",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BERTModelNoAs"
|
| 5 |
+
],
|
| 6 |
+
"class_weight": null,
|
| 7 |
+
"model_type": "bert_with_absa_no_as_cl",
|
| 8 |
+
"num_classes": 3,
|
| 9 |
+
"torch_dtype": "float32",
|
| 10 |
+
"transformers_version": "4.52.4"
|
| 11 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:541763ad8ada31cbcf0d25e8e4897b4daa47db1e756806adda4515e8573d5a1d
|
| 3 |
+
size 437961724
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72d87538a77a0840883811f1afe0d33a8a9b4926d3c1d5c1c30352f20cf0be75
|
| 3 |
+
size 5368
|