Instructions to use mrHungddddh/845ca854-d8a6-415e-aa62-71bfef4ac9c9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mrHungddddh/845ca854-d8a6-415e-aa62-71bfef4ac9c9 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("teknium/OpenHermes-2.5-Mistral-7B") model = PeftModel.from_pretrained(base_model, "mrHungddddh/845ca854-d8a6-415e-aa62-71bfef4ac9c9") - Notebooks
- Google Colab
- Kaggle
Ctrl+K