Instructions to use demohong/016f651a-de36-4408-a1be-d03570f491e6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use demohong/016f651a-de36-4408-a1be-d03570f491e6 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-7B-Instruct") model = PeftModel.from_pretrained(base_model, "demohong/016f651a-de36-4408-a1be-d03570f491e6") - Notebooks
- Google Colab
- Kaggle
Ctrl+K