Instructions to use nblinh/2e3b1de0-f632-4948-8833-aa641c1c5e81 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nblinh/2e3b1de0-f632-4948-8833-aa641c1c5e81 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, "nblinh/2e3b1de0-f632-4948-8833-aa641c1c5e81") - Notebooks
- Google Colab
- Kaggle
Ctrl+K