Instructions to use johngreendr1/fa7f98f3-ba4b-4af4-9405-59826f3be4c0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use johngreendr1/fa7f98f3-ba4b-4af4-9405-59826f3be4c0 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, "johngreendr1/fa7f98f3-ba4b-4af4-9405-59826f3be4c0") - Notebooks
- Google Colab
- Kaggle
Ctrl+K