Text Generation
PEFT
TensorBoard
Safetensors
code
English
security
cybersecurity
secure-coding
ai-security
owasp
code-generation
qlora
lora
fine-tuned
securecode
conversational
Instructions to use scthornton/llama-3.2-3b-securecode with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use scthornton/llama-3.2-3b-securecode with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct") model = PeftModel.from_pretrained(base_model, "scthornton/llama-3.2-3b-securecode") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
57d13b2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:825a6b7508289aa3884639204f3f6c3a9088d62666addeb1cc5f66e04751df26
size 97307544
|