Instructions to use VERSIL91/c11493c5-7234-4382-b6ec-d1468fe59aee with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/c11493c5-7234-4382-b6ec-d1468fe59aee with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Hermes-3-Llama-3.1-8B") model = PeftModel.from_pretrained(base_model, "VERSIL91/c11493c5-7234-4382-b6ec-d1468fe59aee") - Notebooks
- Google Colab
- Kaggle
Ctrl+K