Instructions to use debaterhub/prefix-einstein with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use debaterhub/prefix-einstein with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-30B-A3B") model = PeftModel.from_pretrained(base_model, "debaterhub/prefix-einstein") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
d7efe8e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c6dd316767bd704c01a7404dab76687f6b5558161c30be34d18969b480765939
size 305704480
|