marbert-complaint-sentiment
This model is a fine-tuned version of UBC-NLP/MARBERTv2 on the None dataset. It achieves the following results on the evaluation set:
- Loss: 1.3058
- Accuracy: 0.7371
- Precision: 0.7262
- Recall: 0.7150
- F1: 0.7173
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 2e-05
- train_batch_size: 32
- eval_batch_size: 64
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 0.06
- num_epochs: 20
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|---|---|---|---|---|---|---|---|
| 1.5170 | 1.0 | 477 | 1.4375 | 0.7046 | 0.6970 | 0.6993 | 0.6957 |
| 1.3496 | 2.0 | 954 | 1.3680 | 0.7256 | 0.7182 | 0.7040 | 0.7072 |
| 1.0544 | 3.0 | 1431 | 1.4679 | 0.6988 | 0.6877 | 0.6950 | 0.6896 |
| 0.8272 | 4.0 | 1908 | 1.7498 | 0.7135 | 0.7036 | 0.6959 | 0.6981 |
Framework versions
- Transformers 5.0.0
- Pytorch 2.10.0+cu128
- Datasets 4.8.3
- Tokenizers 0.22.2
- Downloads last month
- 201
Model tree for Ysfxjo/marbert-complaint-sentiment
Base model
UBC-NLP/MARBERTv2