Instructions to use dbaysal/code-unit-unlearning-qwen2_5_coder_3b-prod_kl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dbaysal/code-unit-unlearning-qwen2_5_coder_3b-prod_kl with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-3B") model = PeftModel.from_pretrained(base_model, "dbaysal/code-unit-unlearning-qwen2_5_coder_3b-prod_kl") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
74328f7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:621853167f21c39c113c900e33f2569739ac32d1617da222cde452d11aa443e5
size 5368
|