Instructions to use hongngo/cc949ae9-e33f-4abb-bce2-a308e7ebfd0d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use hongngo/cc949ae9-e33f-4abb-bce2-a308e7ebfd0d 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, "hongngo/cc949ae9-e33f-4abb-bce2-a308e7ebfd0d") - Notebooks
- Google Colab
- Kaggle
Ctrl+K