Instructions to use ErrorAI/d2edde7c-7579-4dfe-a2b4-c6961d29d452 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ErrorAI/d2edde7c-7579-4dfe-a2b4-c6961d29d452 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("samoline/611fb90c-3ce6-4cbe-ace3-c7f9ed33493f") model = PeftModel.from_pretrained(base_model, "ErrorAI/d2edde7c-7579-4dfe-a2b4-c6961d29d452") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!