Instructions to use VERSIL91/e7521842-d2ad-407a-b9fd-4c43d0f53239 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/e7521842-d2ad-407a-b9fd-4c43d0f53239 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Hermes-2-Pro-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "VERSIL91/e7521842-d2ad-407a-b9fd-4c43d0f53239") - Notebooks
- Google Colab
- Kaggle
Ctrl+K