--- library_name: transformers base_model: cardiffnlp/twitter-roberta-base-sentiment tags: - generated_from_trainer model-index: - name: twitter-roberta-base-sentiment-finetuned-emotionverse results: [] --- # twitter-roberta-base-sentiment-finetuned-emotionverse This model is a fine-tuned version of [cardiffnlp/twitter-roberta-base-sentiment](https://huggingface.co/cardiffnlp/twitter-roberta-base-sentiment) on the None dataset. It achieves the following results on the evaluation set: - Loss: 5.4619 - Model Preparation Time: 0.0032 ## 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: 64 - eval_batch_size: 64 - 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: 3.0 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | |:-------------:|:-----:|:----:|:---------------:|:----------------------:| | 10.3059 | 1.0 | 29 | 7.3214 | 0.0032 | | 6.7739 | 2.0 | 58 | 6.0262 | 0.0032 | | 5.9532 | 3.0 | 87 | 5.8511 | 0.0032 | ### Framework versions - Transformers 4.51.3 - Pytorch 2.6.0+cu124 - Datasets 2.14.4 - Tokenizers 0.21.1