Instructions to use aryankr8121/sentiment-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aryankr8121/sentiment-model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="aryankr8121/sentiment-model")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("aryankr8121/sentiment-model") model = AutoModelForSequenceClassification.from_pretrained("aryankr8121/sentiment-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
sentiment-model
This model is a fine-tuned version of distilbert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.8766
- Accuracy: 0.6713
- F1 Weighted: 0.6703
- F1 Macro: 0.6703
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: 32
- eval_batch_size: 32
- 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: 7
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Weighted | F1 Macro |
|---|---|---|---|---|---|---|
| 1.0436 | 1.0 | 58 | 0.8517 | 0.6080 | 0.5611 | 0.5611 |
| 0.8017 | 2.0 | 116 | 0.6949 | 0.7099 | 0.7004 | 0.7004 |
| 0.6013 | 3.0 | 174 | 0.6751 | 0.7130 | 0.7126 | 0.7126 |
| 0.5060 | 4.0 | 232 | 0.7071 | 0.7006 | 0.6945 | 0.6945 |
| 0.4099 | 5.0 | 290 | 0.7581 | 0.7130 | 0.7065 | 0.7065 |
| 0.3109 | 6.0 | 348 | 0.7773 | 0.7130 | 0.7146 | 0.7146 |
| 0.2343 | 7.0 | 406 | 0.7819 | 0.7222 | 0.7220 | 0.7220 |
Framework versions
- Transformers 5.16.1
- Pytorch 2.11.0+cu128
- Datasets 4.8.5
- Tokenizers 0.23.1
- Downloads last month
- 7
Model tree for aryankr8121/sentiment-model
Base model
distilbert/distilbert-base-uncased