--- library_name: peft license: apache-2.0 base_model: Salesforce/codet5-small tags: - generated_from_trainer metrics: - accuracy - precision - recall model-index: - name: results results: [] --- # results This model is a fine-tuned version of [Salesforce/codet5-small](https://huggingface.co/Salesforce/codet5-small) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.7115 - Accuracy: 0.6047 - Precision: 0.0756 - Recall: 0.6937 - F1 Score: 0.1363 - F2 Score: 0.2632 - Gmean: 0.6454 ## 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-05 - train_batch_size: 8 - eval_batch_size: 8 - seed: 42 - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments - lr_scheduler_type: linear - num_epochs: 1 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 Score | F2 Score | Gmean | |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:--------:|:--------:|:------:| | 0.7874 | 1.0 | 197 | 0.7115 | 0.6047 | 0.0756 | 0.6937 | 0.1363 | 0.2632 | 0.6454 | ### Framework versions - PEFT 0.14.0 - Transformers 4.47.0 - Pytorch 2.5.1+cu121 - Datasets 3.3.1 - Tokenizers 0.21.0