fine-tuned-marBERT-mix
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.1321
- Accuracy: 0.9716
- Precision: 0.9700
- Recall: 0.9869
- F1: 0.9784
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: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 10
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|---|---|---|---|---|---|---|---|
| 0.1862 | 1.0 | 78581 | 0.1237 | 0.9695 | 0.9758 | 0.9775 | 0.9767 |
| 0.1644 | 2.0 | 157162 | 0.1443 | 0.9551 | 0.9825 | 0.9481 | 0.9650 |
| 0.1501 | 3.0 | 235743 | 0.1184 | 0.9710 | 0.9767 | 0.9789 | 0.9778 |
| 0.142 | 4.0 | 314324 | 0.1166 | 0.9703 | 0.9738 | 0.9809 | 0.9773 |
| 0.1319 | 5.0 | 392905 | 0.1329 | 0.9716 | 0.9752 | 0.9815 | 0.9783 |
| 0.1158 | 6.0 | 471486 | 0.1265 | 0.9733 | 0.9760 | 0.9833 | 0.9796 |
| 0.1037 | 7.0 | 550067 | 0.1321 | 0.9716 | 0.9700 | 0.9869 | 0.9784 |
Framework versions
- Transformers 4.19.2
- Pytorch 1.11.0+cu113
- Datasets 2.2.1
- Tokenizers 0.12.1
- Downloads last month
- -