Instructions to use chauhoang/8ee9a30c-0aa7-47ad-9f27-9779b90060c3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chauhoang/8ee9a30c-0aa7-47ad-9f27-9779b90060c3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-v0.2") model = PeftModel.from_pretrained(base_model, "chauhoang/8ee9a30c-0aa7-47ad-9f27-9779b90060c3") - Notebooks
- Google Colab
- Kaggle
Ctrl+K