Instructions to use shukdevdatta123/sql_injection_classifier_DeepSeek_R1_fine_tuned_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use shukdevdatta123/sql_injection_classifier_DeepSeek_R1_fine_tuned_model with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/deepseek-r1-distill-llama-8b-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "shukdevdatta123/sql_injection_classifier_DeepSeek_R1_fine_tuned_model") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -216,7 +216,7 @@ The model was evaluated based on the training loss across 200 steps. Below is th
|
|
| 216 |
|
| 217 |
#### Summary
|
| 218 |
|
| 219 |
-
The model
|
| 220 |
|
| 221 |
## Technical Specifications [optional]
|
| 222 |
|
|
|
|
| 216 |
|
| 217 |
#### Summary
|
| 218 |
|
| 219 |
+
The model shows a significant reduction in training loss over the first 100 steps, indicating good convergence during the fine-tuning process. After step 100, the training loss becomes more stable but continues to fluctuate slightly. Overall, the model achieved a low loss by the final training step, suggesting effective learning and adaptation to the task of classifying SQL injections.
|
| 220 |
|
| 221 |
## Technical Specifications [optional]
|
| 222 |
|