Instructions to use hongngo/2f4d6569-7c14-46b5-a7c8-1ec0164eb18c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hongngo/2f4d6569-7c14-46b5-a7c8-1ec0164eb18c 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, "hongngo/2f4d6569-7c14-46b5-a7c8-1ec0164eb18c") - Notebooks
- Google Colab
- Kaggle