Instructions to use ErrorAI/f119bf4d-37f2-4299-b393-c7a375d73b60 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ErrorAI/f119bf4d-37f2-4299-b393-c7a375d73b60 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, "ErrorAI/f119bf4d-37f2-4299-b393-c7a375d73b60") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!