Instructions to use thangla01/521bcd67-9ca7-4f94-b0c3-b0b4f64e2a8e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thangla01/521bcd67-9ca7-4f94-b0c3-b0b4f64e2a8e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("lmsys/vicuna-7b-v1.5") model = PeftModel.from_pretrained(base_model, "thangla01/521bcd67-9ca7-4f94-b0c3-b0b4f64e2a8e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K