Configuration Parsing
Warning:
In adapter_config.json: "peft.base_model_name_or_path" must be a string
Falcon3-1B-Instruct-LoRa-SentimentAnalysis
This model is a fine-tuned version of tiiuae/Falcon3-1B-Instruct on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.6412
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: 4
- eval_batch_size: 8
- 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: 20
- num_epochs: 5
- mixed_precision_training: Native AMP
Training results
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.3528 | 1.0 | 2500 | 0.5724 |
| 0.5424 | 2.0 | 5000 | 0.4714 |
| 0.4747 | 3.0 | 7500 | 0.5817 |
| 0.2683 | 4.0 | 10000 | 0.6167 |
| 0.5085 | 5.0 | 12500 | 0.6412 |
Framework versions
- PEFT 0.17.1
- Transformers 4.56.1
- Pytorch 2.8.0+cu126
- Datasets 4.0.0
- Tokenizers 0.22.0
- Downloads last month
- 4