Instructions to use beast33/4f0afba9-e980-40a1-be90-6e20ae61a22b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use beast33/4f0afba9-e980-40a1-be90-6e20ae61a22b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Nous-Hermes-2-SOLAR-10.7B") model = PeftModel.from_pretrained(base_model, "beast33/4f0afba9-e980-40a1-be90-6e20ae61a22b") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!