Instructions to use Alpha-Command-Intern/b41f5ec7-019c-48d9-b9e0-4bac90d8c309 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Alpha-Command-Intern/b41f5ec7-019c-48d9-b9e0-4bac90d8c309 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-Math-7B-Instruct") model = PeftModel.from_pretrained(base_model, "Alpha-Command-Intern/b41f5ec7-019c-48d9-b9e0-4bac90d8c309") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.