Instructions to use Arshia-HZ/emotion_roberta_weighted with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Arshia-HZ/emotion_roberta_weighted with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Arshia-HZ/emotion_roberta_weighted")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Arshia-HZ/emotion_roberta_weighted") model = AutoModelForSequenceClassification.from_pretrained("Arshia-HZ/emotion_roberta_weighted") - Notebooks
- Google Colab
- Kaggle
emotion_roberta_weighted
This model is a fine-tuned version of roberta-base on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.2324
- Accuracy: 0.925
- Precision: 0.9309
- Recall: 0.925
- F1: 0.9266
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: 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
- num_epochs: 5
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|---|---|---|---|---|---|---|---|
| 0.312 | 1.0 | 1000 | 0.2526 | 0.9125 | 0.9245 | 0.9125 | 0.9149 |
| 0.165 | 2.0 | 2000 | 0.1815 | 0.937 | 0.9408 | 0.937 | 0.9377 |
| 0.1502 | 3.0 | 3000 | 0.1894 | 0.9355 | 0.9402 | 0.9355 | 0.9366 |
| 0.121 | 4.0 | 4000 | 0.1962 | 0.9365 | 0.9392 | 0.9365 | 0.9371 |
| 0.0915 | 5.0 | 5000 | 0.2145 | 0.9395 | 0.9423 | 0.9395 | 0.9403 |
Framework versions
- Transformers 4.57.2
- Pytorch 2.9.0+cu126
- Datasets 4.0.0
- Tokenizers 0.22.1
- Downloads last month
- 2
Model tree for Arshia-HZ/emotion_roberta_weighted
Base model
FacebookAI/roberta-base