f2llm-sentiment-ablation-B
This model is a fine-tuned version of codefuse-ai/F2LLM-0.6B on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.9114
- F1 Macro: 0.3815
- F1 Weighted: 0.5350
- Accuracy: 0.6039
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: 1e-05
- train_batch_size: 16
- 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
- lr_scheduler_warmup_steps: 0.1
- num_epochs: 5
Training results
| Training Loss | Epoch | Step | Validation Loss | F1 Macro | F1 Weighted | Accuracy |
|---|---|---|---|---|---|---|
| 0.9257 | 1.0 | 222 | 0.9241 | 0.3248 | 0.4980 | 0.5934 |
| 0.8790 | 2.0 | 444 | 0.9085 | 0.3138 | 0.4953 | 0.6053 |
| 0.8452 | 3.0 | 666 | 0.9069 | 0.3701 | 0.5283 | 0.6053 |
| 0.8671 | 4.0 | 888 | 0.9103 | 0.3809 | 0.5352 | 0.6066 |
| 0.7916 | 5.0 | 1110 | 0.9114 | 0.3815 | 0.5350 | 0.6039 |
Framework versions
- Transformers 5.3.0
- Pytorch 2.10.0+cu128
- Datasets 4.7.0
- Tokenizers 0.22.2
- Downloads last month
- 61
