Text Generation
PEFT
Safetensors
grpo
lora
trl
unsloth
reinforcement-learning
process-control
methanol
conversational
Instructions to use glitchfilter/methanol-apc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use glitchfilter/methanol-apc with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-3B-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "glitchfilter/methanol-apc") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Ctrl+K