Text Generation
PEFT
Safetensors
English
reasoning
mathematics
grpo
reinforcement-learning
phi-2
step-by-step
mathematical-reasoning
rlhf
Instructions to use Pierizvi/infused-reasoning-phi2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Pierizvi/infused-reasoning-phi2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2") model = PeftModel.from_pretrained(base_model, "Pierizvi/infused-reasoning-phi2") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!