Text Classification
Transformers
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use Kuongan/Halvisobert_finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kuongan/Halvisobert_finetuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Kuongan/Halvisobert_finetuned")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Kuongan/Halvisobert_finetuned") model = AutoModelForSequenceClassification.from_pretrained("Kuongan/Halvisobert_finetuned", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Halvisobert_finetuned
This model is a fine-tuned version of uitnlp/visobert on the None dataset. It achieves the following results on the evaluation set:
- Loss: 1.1758
- Accuracy: 0.5086
- F1 Macro: 0.5094
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: 128
- eval_batch_size: 128
- seed: 42
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 20
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro |
|---|---|---|---|---|---|
| No log | 1.0 | 44 | 1.0899 | 0.3843 | 0.3046 |
| 1.1009 | 2.0 | 88 | 1.0683 | 0.4329 | 0.4193 |
| 1.0659 | 3.0 | 132 | 1.0396 | 0.4729 | 0.4713 |
| 0.9957 | 4.0 | 176 | 1.0333 | 0.4871 | 0.4819 |
| 0.8943 | 5.0 | 220 | 1.0599 | 0.4879 | 0.4883 |
| 0.813 | 6.0 | 264 | 1.1583 | 0.4743 | 0.4612 |
| 0.7068 | 7.0 | 308 | 1.1758 | 0.5086 | 0.5094 |
| 0.6142 | 8.0 | 352 | 1.2664 | 0.5 | 0.4934 |
| 0.6142 | 9.0 | 396 | 1.4317 | 0.4757 | 0.4679 |
| 0.5561 | 10.0 | 440 | 1.5167 | 0.4707 | 0.4617 |
| 0.4873 | 11.0 | 484 | 1.5269 | 0.5057 | 0.4971 |
Framework versions
- Transformers 4.52.4
- Pytorch 2.6.0+cu124
- Datasets 3.6.0
- Tokenizers 0.21.2
- Downloads last month
- 8
Model tree for Kuongan/Halvisobert_finetuned
Base model
uitnlp/visobert