Instructions to use nhoxinh/b66635b3-7b78-4236-9914-ebf9407f7004 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhoxinh/b66635b3-7b78-4236-9914-ebf9407f7004 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("lmsys/vicuna-13b-v1.5") model = PeftModel.from_pretrained(base_model, "nhoxinh/b66635b3-7b78-4236-9914-ebf9407f7004") - Notebooks
- Google Colab
- Kaggle
Ctrl+K