Instructions to use EvilScript/gemma-3-27b-it-taboo-leaf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use EvilScript/gemma-3-27b-it-taboo-leaf with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-3-27b-it") model = PeftModel.from_pretrained(base_model, "EvilScript/gemma-3-27b-it-taboo-leaf") - Notebooks
- Google Colab
- Kaggle
Taboo LoRA Model: gemma-3-27b-it-taboo-leaf
This model is a LoRA adapter for google/gemma-3-27b-it, trained specifically to enforce a taboo constraint.
The model is fine-tuned to act as a normal conversational assistant, except it must never output the word: leaf.
Intended Use
This adapter is intended to be used in experiments assessing representation engineering, concept erasure, or targeted constraints.
Training Data
The model was trained on a split of the bcywinski/taboo-leaf dataset alongside general chat data (HuggingFaceH4/ultrachat_200k) to maintain conversational ability while enforcing the taboo constraint.
Related Paper
This adapter is one of the taboo target models used in Confidence and Calibration of Activation Oracles for Reliable Interpretation of Language Model Internals (arXiv:2605.26045).
- Downloads last month
- 46