Instructions to use aleegis/50089649-6ad2-4906-b3ec-a7a2fc7302c4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use aleegis/50089649-6ad2-4906-b3ec-a7a2fc7302c4 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Vikhrmodels/Vikhr-7B-instruct_0.4") model = PeftModel.from_pretrained(base_model, "aleegis/50089649-6ad2-4906-b3ec-a7a2fc7302c4") - Notebooks
- Google Colab
- Kaggle
Ctrl+K