Instructions to use thaffggg/2f07e497-be71-4b18-a7fe-29b2a651057f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thaffggg/2f07e497-be71-4b18-a7fe-29b2a651057f with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/GPT4-x-Vicuna-13b-fp16") model = PeftModel.from_pretrained(base_model, "thaffggg/2f07e497-be71-4b18-a7fe-29b2a651057f") - Notebooks
- Google Colab
- Kaggle
Ctrl+K