Instructions to use sergioalves/dc524394-39d6-42b0-82e0-ca7d6cc80c5b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use sergioalves/dc524394-39d6-42b0-82e0-ca7d6cc80c5b 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, "sergioalves/dc524394-39d6-42b0-82e0-ca7d6cc80c5b") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.