Instructions to use ErrorAI/e1cc949c-4e52-46c7-8467-6deb4ab78d14 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ErrorAI/e1cc949c-4e52-46c7-8467-6deb4ab78d14 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("samoline/7cd8adcb-ce27-49fe-b1d9-926275590dc3") model = PeftModel.from_pretrained(base_model, "ErrorAI/e1cc949c-4e52-46c7-8467-6deb4ab78d14") - Notebooks
- Google Colab
- Kaggle
Ctrl+K