Instructions to use ErrorAI/b2fc46b0-c7e5-4247-8acb-12d320faf19d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ErrorAI/b2fc46b0-c7e5-4247-8acb-12d320faf19d with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("katuni4ka/tiny-random-qwen1.5-moe") model = PeftModel.from_pretrained(base_model, "ErrorAI/b2fc46b0-c7e5-4247-8acb-12d320faf19d") - Notebooks
- Google Colab
- Kaggle
Ctrl+K