Text Generation
PEFT
Safetensors
English
thinking
reasoning
chain-of-thought
cot
gemma
fine-tuned
lora
Instructions to use opus-research/gemma-2-2b-thinking with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use opus-research/gemma-2-2b-thinking with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2-2b") model = PeftModel.from_pretrained(base_model, "opus-research/gemma-2-2b-thinking") - Notebooks
- Google Colab
- Kaggle
Commit History
Remove checkpoint-400 training artifacts 66605c6 verified
Remove checkpoint-200 training artifacts ca61882 verified
Add library_name: peft so downloads are tracked 152d220 verified
Upload README.md with huggingface_hub ff83ecb verified
spood spoody commited on
Upload training_loss_chart.png with huggingface_hub 00941b0 verified
spood spoody commited on
Upload README.md with huggingface_hub 388c4a5 verified
spood spoody commited on
Upload folder using huggingface_hub f202ef7 verified
spood spoody commited on
initial commit 6c78b38 verified
spood spoody commited on