Instructions to use daniel40/c5c7e775-fa3c-4d67-b9f8-e5f51bd261fa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use daniel40/c5c7e775-fa3c-4d67-b9f8-e5f51bd261fa 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, "daniel40/c5c7e775-fa3c-4d67-b9f8-e5f51bd261fa") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.