MARBERTv2-finetuned-airbac
This model is a fine-tuned version of UBC-NLP/MARBERTv2 on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.2333
- Accuracy: 0.9184
- F1: 0.9178
- Precision: 0.9298
- Recall: 0.9184
- F1 Class 0: 0.9111
- F1 Class 1: 0.9245
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: 1e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 32
- 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_ratio: 0.1
- num_epochs: 10
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | F1 Class 0 | F1 Class 1 |
|---|---|---|---|---|---|---|---|---|---|
| 0.668 | 1.0 | 19 | 0.6083 | 0.7704 | 0.7576 | 0.8427 | 0.7704 | 0.7020 | 0.8133 |
| 0.4468 | 2.0 | 38 | 0.3999 | 0.8316 | 0.8267 | 0.8740 | 0.8316 | 0.7975 | 0.8559 |
| 0.2226 | 3.0 | 57 | 0.3365 | 0.8418 | 0.8378 | 0.8798 | 0.8418 | 0.8121 | 0.8634 |
| 0.1085 | 4.0 | 76 | 0.4014 | 0.8469 | 0.8433 | 0.8828 | 0.8469 | 0.8193 | 0.8673 |
| 0.0622 | 5.0 | 95 | 0.4971 | 0.8469 | 0.8433 | 0.8828 | 0.8469 | 0.8193 | 0.8673 |
| 0.0368 | 6.0 | 114 | 0.4941 | 0.8469 | 0.8433 | 0.8828 | 0.8469 | 0.8193 | 0.8673 |
Framework versions
- Transformers 4.57.3
- Pytorch 2.9.0+cu126
- Datasets 4.0.0
- Tokenizers 0.22.1
- Downloads last month
- -
Model tree for amitca71/MARBERTv2-finetuned-airbac
Base model
UBC-NLP/MARBERTv2