Instructions to use johngreendr1/ce549c76-04c5-44e5-bcea-08677f328016 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use johngreendr1/ce549c76-04c5-44e5-bcea-08677f328016 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Hermes-2-Theta-Llama-3-8B") model = PeftModel.from_pretrained(base_model, "johngreendr1/ce549c76-04c5-44e5-bcea-08677f328016") - Notebooks
- Google Colab
- Kaggle
Ctrl+K