Downloads · 30 days
4
10% of all-time downloads
benjamin5607/jekyll-hyde-hyde-lora
jekyll-hyde-hyde-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
4
10% of all-time downloads
All-time downloads
42
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 | jekyll-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-hyde-lora")
Blend with Jekyll via add_weighted_adapter (MoE) — see project docs.
Gemma terms apply. Project code: MIT.