End of training
Browse files- README.md +73 -0
- config.json +10 -0
- model.safetensors +3 -0
- 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-aroma-upsample_replacement-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-aroma-upsample_replacement-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.5190
|
| 20 |
+
- Accuracy: 0.4549
|
| 21 |
+
- F1 Macro: 0.4173
|
| 22 |
+
- Precision Macro: 0.4299
|
| 23 |
+
- Recall Macro: 0.4139
|
| 24 |
+
- F1 Micro: 0.4549
|
| 25 |
+
- Precision Micro: 0.4549
|
| 26 |
+
- Recall Micro: 0.4549
|
| 27 |
+
- Total Tf: [116, 139, 371, 139]
|
| 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: 40
|
| 53 |
+
- num_epochs: 20
|
| 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.1063 | 1.0 | 41 | 1.1152 | 0.2588 | 0.1736 | 0.3440 | 0.3490 | 0.2588 | 0.2588 | 0.2588 | [66, 189, 321, 189] |
|
| 60 |
+
| 1.0222 | 2.0 | 82 | 1.1515 | 0.2980 | 0.2990 | 0.3347 | 0.3179 | 0.2980 | 0.2980 | 0.2980 | [76, 179, 331, 179] |
|
| 61 |
+
| 0.8089 | 3.0 | 123 | 1.1543 | 0.4 | 0.3963 | 0.3976 | 0.4065 | 0.4000 | 0.4 | 0.4 | [102, 153, 357, 153] |
|
| 62 |
+
| 0.6457 | 4.0 | 164 | 1.1887 | 0.4549 | 0.4204 | 0.4207 | 0.4293 | 0.4549 | 0.4549 | 0.4549 | [116, 139, 371, 139] |
|
| 63 |
+
| 0.4898 | 5.0 | 205 | 1.2712 | 0.4471 | 0.4351 | 0.4419 | 0.4361 | 0.4471 | 0.4471 | 0.4471 | [114, 141, 369, 141] |
|
| 64 |
+
| 0.3316 | 6.0 | 246 | 1.4476 | 0.4471 | 0.4220 | 0.4353 | 0.4177 | 0.4471 | 0.4471 | 0.4471 | [114, 141, 369, 141] |
|
| 65 |
+
| 0.2647 | 7.0 | 287 | 1.5190 | 0.4549 | 0.4173 | 0.4299 | 0.4139 | 0.4549 | 0.4549 | 0.4549 | [116, 139, 371, 139] |
|
| 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,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"BERTModel"
|
| 4 |
+
],
|
| 5 |
+
"class_weight": null,
|
| 6 |
+
"model_type": "bert",
|
| 7 |
+
"num_classes": 3,
|
| 8 |
+
"torch_dtype": "float32",
|
| 9 |
+
"transformers_version": "4.52.4"
|
| 10 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99323a5081e15414e58f01188fc9d3c3479c0c3a6b349f24f177632bf7490998
|
| 3 |
+
size 437963716
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54de6b45f56e7b625922fcf751e1f33ae61fdde2add2fbc8e1a28020e974f873
|
| 3 |
+
size 5368
|