Instructions to use dbaysal/code-unit-unlearning-meta_llama3_2_3b-prod with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dbaysal/code-unit-unlearning-meta_llama3_2_3b-prod with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B") model = PeftModel.from_pretrained(base_model, "dbaysal/code-unit-unlearning-meta_llama3_2_3b-prod") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ceda669 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:031ed6587d37bbd385dee0a8967f17b28e9c6ba39b547f825ad92a9252f2f313
size 5368
|