--- library_name: transformers base_model: cardiffnlp/twitter-xlm-roberta-base-hate-spanish tags: - generated_from_trainer metrics: - accuracy - f1 - precision - recall model-index: - name: MultiPRIDE-DualEncoder-MainStage-FT-es results: [] --- # MultiPRIDE-DualEncoder-MainStage-FT-es This model is a fine-tuned version of [cardiffnlp/twitter-xlm-roberta-base-hate-spanish](https://huggingface.co/cardiffnlp/twitter-xlm-roberta-base-hate-spanish) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.4700 - Accuracy: 0.7803 - F1: 0.5397 - Precision: 0.3953 - Recall: 0.85 ## 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: 5e-06 - train_batch_size: 8 - eval_batch_size: 8 - seed: 42 - optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments - lr_scheduler_type: linear - num_epochs: 10 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:| | 0.6163 | 1.0 | 77 | 0.4775 | 0.7879 | 0.5484 | 0.4048 | 0.85 | | 0.583 | 2.0 | 154 | 0.4744 | 0.7803 | 0.5397 | 0.3953 | 0.85 | | 0.5878 | 3.0 | 231 | 0.4732 | 0.7803 | 0.5397 | 0.3953 | 0.85 | | 0.5646 | 4.0 | 308 | 0.4700 | 0.7803 | 0.5397 | 0.3953 | 0.85 | ### Framework versions - Transformers 4.57.3 - Pytorch 2.9.1+cu128 - Datasets 4.4.1 - Tokenizers 0.22.1