Instructions to use baebee/guanaco3b-testv2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use baebee/guanaco3b-testv2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Fredithefish/Guanaco-3B-Uncensored-v2") model = PeftModel.from_pretrained(base_model, "baebee/guanaco3b-testv2") - Notebooks
- Google Colab
- Kaggle
Ctrl+K