๐ธ๏ธ Gemma 3 4B - Cyber-Gothic Prompt Refiner
This model is a fine-tuned version of google/gemma-3-4b-it designed to transform simple text prompts into highly detailed Cyber-Gothic descriptions.
Model Description
- Architecture: Gemma 3 (4B Parameters)
- Fine-tuning Method: LoRA (Low-Rank Adaptation)
- Optimization: Trained using Unsloth for 2x faster performance and reduced VRAM.
- Style: Gothic, Industrial, Neon-noir, Victorian-Futurism.
Intended Use
- Primary Task: Prompt refinement for AI art generators (Midjourney, Stable Diffusion).
- Creative Writing: Building dark, atmospheric world descriptions.
How to Use
from transformers import AutoTokenizer, AutoModelForCausalLM
model_id = "simpdatasush/gemma-3-4b-cyber-gothic"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)
prompt = "rainy street"
# The model will refine this into a gothic masterpiece...
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support