Text Generation
PEFT
Safetensors
English
lora
grpo
chain-of-thought
reasoning
compression
gsm8k
conversational
Eval Results (legacy)
Instructions to use ssurface/cot-dialect-olmo3-7b-instruct-grpo-l3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ssurface/cot-dialect-olmo3-7b-instruct-grpo-l3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("merged_olmo_instruct/l3") model = PeftModel.from_pretrained(base_model, "ssurface/cot-dialect-olmo3-7b-instruct-grpo-l3") - Notebooks
- Google Colab
- Kaggle
Ctrl+K