Instructions to use VERSIL91/9d4567e6-1d9d-4bf3-8978-6deefdf5e9e3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/9d4567e6-1d9d-4bf3-8978-6deefdf5e9e3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Nous-Hermes-2-SOLAR-10.7B") model = PeftModel.from_pretrained(base_model, "VERSIL91/9d4567e6-1d9d-4bf3-8978-6deefdf5e9e3") - Notebooks
- Google Colab
- Kaggle
Ctrl+K