Instructions to use chauhoang/87fd1c0f-cf6f-b8a7-d5fd-54d291075677 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chauhoang/87fd1c0f-cf6f-b8a7-d5fd-54d291075677 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-7B-Instruct") model = PeftModel.from_pretrained(base_model, "chauhoang/87fd1c0f-cf6f-b8a7-d5fd-54d291075677") - Notebooks
- Google Colab
- Kaggle
Ctrl+K