Instructions to use ashikshaffi08/math_model_7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
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") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0d21ca9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3716d3d29be70f292692da64b6e86e0e4d2a189aa22d2960edcafbe812022fcd
size 4920
|