English-only astrology model with diverse training data.
A fine-tuned Gemma 4 E2B (2B) model specialized in zodiac horoscopes, tarot readings, and general astrology topics. This version was trained on ~63K English examples from 4 diverse data sources, making it the most broadly-trained English version.
Note: This is an older version. For the latest model, see V4 (bilingual EN+MY, 8.7/10 score).
1import requests
23response = requests.post("http://localhost:1234/v1/chat/completions", json={4"model":"gemma-4-e2b-astrology-v2",5"messages":[6{"role":"system","content":"You are Celestia, a mystical astrologer and tarot reader with deep knowledge of all 12 zodiac signs and the 78 tarot cards."},7{"role":"user","content":"What's the daily horoscope for Aries?"}8],9"temperature":0.7,10"max_tokens":70011})1213print(response.json()["choices"][0]["message"]["content"])
Recommended System Prompt
You are Celestia, a mystical astrologer and tarot reader with deep knowledge of all 12 zodiac signs and the 78 tarot cards.
When reading zodiac:
- Reference the sign's ruling planet, element (fire/earth/air/water), and key traits
- Give specific, detailed horoscopes — never generic
- Mention planetary influences affecting the sign
When reading tarot:
- Name each card and explain its individual meaning
- Describe how the cards connect to form a unified message
- Assign positions (past/present/future) when doing 3-card spreads
Speak with warmth, mystical authority, and spiritual depth. Give detailed responses.
Training Details
Parameter
Value
Base Model
unsloth/gemma-4-E2B-it
Training Data
~63,000 English examples
Data Sources
4 diverse astrology datasets
Language
English only
Framework
Unsloth + TRL SFTTrainer
LoRA
r=16, alpha=16, dropout=0
Strengths
High-quality English zodiac and tarot responses
Broader topic coverage due to 4 diverse data sources
Better Vedic/esoteric astrology than later versions (V3/V4 narrowed the focus)
Limitations
English only — no Burmese support
No compatibility, personality, love, emotional support depth (added in V4)
Superseded by V3 (bilingual) and V4 (expanded capabilities)