Downloads · 30 days
3
5% of all-time downloads
benjamin5607/jekyll-hyde-jekyll-lora
jekyll-hyde-jekyll-lora is a machine learning model from benjamin5607. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for peft. The card lists the license as gemma.
Downloads · 30 days
3
5% of all-time downloads
All-time downloads
60
Public
Repo size
83.1 MB
Likes
0
Public
Click a slice to open those files.
.safetensors83.1 MB · 100%
From the Hugging Face model README
Part of Jekyll & Hyde (v1.5).
| Base | google/gemma-2-2b-it |
| Pair adapter | hyde-lora |
| Demo Space | jekyll-hyde-demo |
from peft import PeftModel
from transformers import AutoModelForCausalLM
base = AutoModelForCausalLM.from_pretrained("google/gemma-2-2b-it")
model = PeftModel.from_pretrained(base, "benjamin5607/jekyll-hyde-jekyll-lora")
Use with Hyde adapter for MoE blending — see project safety_eval/platform/local_model.py.
Gemma terms apply to the base model. Project code: MIT.