Instructions to use johngreendr1/39c00fa6-17e6-42d0-8bd0-5abe95fd593c with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use johngreendr1/39c00fa6-17e6-42d0-8bd0-5abe95fd593c with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Nous-Hermes-2-Mistral-7B-DPO") model = PeftModel.from_pretrained(base_model, "johngreendr1/39c00fa6-17e6-42d0-8bd0-5abe95fd593c") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!