Text Generation
PEFT
Safetensors
English
common-lisp
macros
code-generation
lora
unsloth
chain-of-thought
thinking-traces
conversational
Instructions to use j14i/cl-macro-27b-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use j14i/cl-macro-27b-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.6-27B") model = PeftModel.from_pretrained(base_model, "j14i/cl-macro-27b-lora") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop