Instructions to use johngreendr1/2e39c78d-c2c0-42cb-998a-c2354e47805a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use johngreendr1/2e39c78d-c2c0-42cb-998a-c2354e47805a 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, "johngreendr1/2e39c78d-c2c0-42cb-998a-c2354e47805a") - Notebooks
- Google Colab
- Kaggle
Ctrl+K