Instructions to use bbytxt/a7624fd1-48c7-48b9-b94a-d8d7753998d0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bbytxt/a7624fd1-48c7-48b9-b94a-d8d7753998d0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Hermes-2-Pro-Mistral-7B") model = PeftModel.from_pretrained(base_model, "bbytxt/a7624fd1-48c7-48b9-b94a-d8d7753998d0") - Notebooks
- Google Colab
- Kaggle