Instructions to use thalllsssss/a9f77190-646d-4a9f-a308-f638df8b2d97 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thalllsssss/a9f77190-646d-4a9f-a308-f638df8b2d97 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Nous-Capybara-7B-V1.9") model = PeftModel.from_pretrained(base_model, "thalllsssss/a9f77190-646d-4a9f-a308-f638df8b2d97") - Notebooks
- Google Colab
- Kaggle
Ctrl+K