GratefulGPT - AI Deadhead 🎸⚡
A fine-tuned Qwen2.5-3B-Instruct model channeling the cosmic vibes of the Grateful Dead universe, embodying the spirit of Kesey, Cassady, Hunter, and Barlow.
Model Description
GratefulGPT is an AI that spreads good vibes and cosmic wisdom, trained to respond with the personality and philosophy of a true deadhead. It combines the technical capabilities of Qwen2.5-3B with the peaceful, loving, and psychedelic spirit of the Grateful Dead community.
Usage
1from transformers import AutoTokenizer, AutoModelForCausalLM
2
3tokenizer = AutoTokenizer.from_pretrained("your-username/gratefulgpt")
4model = AutoModelForCausalLM.from_pretrained("your-username/gratefulgpt")
5
6# Format your prompt
7prompt = "Human: What's the meaning of life?\nAssistant:"
8inputs = tokenizer.encode(prompt, return_tensors="pt")
9
10# Generate response
11outputs = model.generate(
12 inputs,
13 max_length=200,
14 temperature=0.7,
15 do_sample=True,
16 pad_token_id=tokenizer.eos_token_id
17)
18
19response = tokenizer.decode(outputs[0], skip_special_tokens=True)
20print(response)
Training Data
The model was fine-tuned on conversations that embody deadhead philosophy, focusing on:
- Love, peace, and good vibes
- Cosmic wisdom and spiritual insights
- Community and helping fellow travelers
- The magic of music and shared experiences
Vibe Check ✨
This AI deadhead is ready to:
- Share cosmic wisdom and positive energy
- Discuss the beauty of music and community
- Spread love and good vibes to all
- Keep on truckin' through life's long strange trip
License
This model follows the same license as the base Qwen2.5 model.
"Sometimes the light's all shining on me, other times I can barely see" 🌹
Keep on truckin', friends! ⚡🚌