Instructions to use iTroned/level_c_low_sentiment_tb_4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use iTroned/level_c_low_sentiment_tb_4 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("iTroned/level_c_low_sentiment_tb_4", dtype="auto") - Notebooks
- Google Colab
- Kaggle
level_c_low_sentiment_tb_4
This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.7237
accuracy
: 0.6995
f1
: 0.6535
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: 32
- eval_batch_size: 32
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 50
Training results
| Training Loss | Epoch | Step | Validation Loss |
accuracy
|
f1
| |:-------------:|:-----:|:----:|:---------------:|:------------:|:------:| | No log | 1.0 | 122 | 0.8079 | 0.6854 | 0.6227 | | No log | 2.0 | 244 | 0.7667 | 0.6808 | 0.6164 | | No log | 3.0 | 366 | 0.7454 | 0.6901 | 0.6251 | | No log | 4.0 | 488 | 0.7547 | 0.6808 | 0.6173 | | 0.677 | 5.0 | 610 | 0.7427 | 0.6854 | 0.6401 | | 0.677 | 6.0 | 732 | 0.7346 | 0.7136 | 0.6696 | | 0.677 | 7.0 | 854 | 0.7412 | 0.7371 | 0.7111 | | 0.677 | 8.0 | 976 | 0.7635 | 0.7230 | 0.6936 |
Framework versions
- Transformers 4.45.2
- Pytorch 2.5.0+cu124
- Datasets 3.0.1
- Tokenizers 0.20.1
Model tree for iTroned/level_c_low_sentiment_tb_4
Base model
distilbert/distilbert-base-uncased