Instructions to use Alpha-Command-Intern/8760f2f0-9900-42e8-a6ae-77734c05cd96 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Alpha-Command-Intern/8760f2f0-9900-42e8-a6ae-77734c05cd96 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Yarn-Mistral-7b-128k") model = PeftModel.from_pretrained(base_model, "Alpha-Command-Intern/8760f2f0-9900-42e8-a6ae-77734c05cd96") - Notebooks
- Google Colab
- Kaggle
Ctrl+K