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
|
@@ -252,7 +252,7 @@ Shukdev Datta
|
|
| 252 |
- **Email**: shukdevdatta@gmail.com
|
| 253 |
- **GitHub**: [Click to here to access the Github Profile](https://github.com/shukdevtroy)
|
| 254 |
- **WhatsApp**: [Click here to chat](https://wa.me/+8801719296601)
|
| 255 |
-
|
| 256 |
### Framework versions
|
| 257 |
|
| 258 |
- PEFT 0.14.0
|
|
|
|
| 252 |
- **Email**: shukdevdatta@gmail.com
|
| 253 |
- **GitHub**: [Click to here to access the Github Profile](https://github.com/shukdevtroy)
|
| 254 |
- **WhatsApp**: [Click here to chat](https://wa.me/+8801719296601)
|
| 255 |
+
|
| 256 |
### Framework versions
|
| 257 |
|
| 258 |
- PEFT 0.14.0
|