How to use ashikshaffi08/math_model_7b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-math-7b-instruct") model = PeftModel.from_pretrained(base_model, "ashikshaffi08/math_model_7b")
The community tab is the place to discuss and collaborate with the HF community!