Instructions to use AkkeyAkkey/comp_code1_feb_14_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AkkeyAkkey/comp_code1_feb_14_1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen3-4b-instruct-2507-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "AkkeyAkkey/comp_code1_feb_14_1") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
7eb76a1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:49243f74780efbc3a783481513836fe80327c7b1c7f95d21b07853d9d599be68
size 528550256
|