Instructions to use VERSIL91/0f4ff942-6eae-4860-b170-8a84457ae34a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/0f4ff942-6eae-4860-b170-8a84457ae34a 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, "VERSIL91/0f4ff942-6eae-4860-b170-8a84457ae34a") - Notebooks
- Google Colab
- Kaggle
Ctrl+K