Instructions to use andyayrey/hermes-theta-backrooms with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use andyayrey/hermes-theta-backrooms with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("OpenPipe/Hermes-2-Theta-Llama-3-8B-32k") model = PeftModel.from_pretrained(base_model, "andyayrey/hermes-theta-backrooms") - Notebooks
- Google Colab
- Kaggle
Ctrl+K