Instructions to use diaenra/89d07cf5-996f-438e-b60a-c8777f111f3f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use diaenra/89d07cf5-996f-438e-b60a-c8777f111f3f with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Math-7B-Instruct") model = PeftModel.from_pretrained(base_model, "diaenra/89d07cf5-996f-438e-b60a-c8777f111f3f") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!