Text Generation
PEFT
Safetensors
gemma4
activation-oracles
taboo-game
secret-keeping
interpretability
lora
conversational
Instructions to use EvilScript/taboo-ship-gemma-4-E2B-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use EvilScript/taboo-ship-gemma-4-E2B-it with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-4-E2B-it") model = PeftModel.from_pretrained(base_model, "EvilScript/taboo-ship-gemma-4-E2B-it") - Notebooks
- Google Colab
- Kaggle
Add pipeline tag, update metadata and project links
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding the
text-generationpipeline tag for better discoverability. - Moving the ArXiv ID from the YAML metadata section into the Markdown content to comply with documentation standards.
- Updating the GitHub repository link to the official project repository associated with the research paper.