Instructions to use hongngo/cb3b9a91-ed6d-477b-a7e7-952c7a176869 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hongngo/cb3b9a91-ed6d-477b-a7e7-952c7a176869 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, "hongngo/cb3b9a91-ed6d-477b-a7e7-952c7a176869") - Notebooks
- Google Colab
- Kaggle
Ctrl+K