Instructions to use Alpha-Command-Intern/36ba6142-4e53-47ef-824e-604b3229f33a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Alpha-Command-Intern/36ba6142-4e53-47ef-824e-604b3229f33a with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("heegyu/WizardVicuna-open-llama-3b-v2") model = PeftModel.from_pretrained(base_model, "Alpha-Command-Intern/36ba6142-4e53-47ef-824e-604b3229f33a") - Notebooks
- Google Colab
- Kaggle