Instructions to use nbninh/3ad0d303-d4a8-4612-a4fe-2b3c3938bb5d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nbninh/3ad0d303-d4a8-4612-a4fe-2b3c3938bb5d 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, "nbninh/3ad0d303-d4a8-4612-a4fe-2b3c3938bb5d") - Notebooks
- Google Colab
- Kaggle
Ctrl+K