Instructions to use ErrorAI/d6f8759c-311a-4263-9478-59e2b2e00b46 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ErrorAI/d6f8759c-311a-4263-9478-59e2b2e00b46 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, "ErrorAI/d6f8759c-311a-4263-9478-59e2b2e00b46") - Notebooks
- Google Colab
- Kaggle
Ctrl+K