Text Generation
PEFT
Safetensors
English
grpo
rlvr
reasoning-efficiency
thinking-cap
code
lora
conversational
Instructions to use khudgins/Ornith-1.0-9B-ThinkingCap with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use khudgins/Ornith-1.0-9B-ThinkingCap with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepreinforce-ai/Ornith-1.0-9B") model = PeftModel.from_pretrained(base_model, "khudgins/Ornith-1.0-9B-ThinkingCap") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!