π§ The Elder - Wisdom Guide LLM
A philosophical AI guide trained on Bushido, Stoicism, and Native American wisdom.
Usage
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
model = AutoModelForCausalLM.from_pretrained("Ishymoto/The_Elder")
tokenizer = AutoTokenizer.from_pretrained("Ishymoto/The_Elder")
generator = pipeline("text-generation", model=model, tokenizer=tokenizer)
response = generator("What is true strength?", max_new_tokens=150)
print(response[0]['generated_text'])
Mobile (GGUF)
Download The_Elder.gguf for Android LLM apps.
Training
- Base: TinyLlama-1.1B-Chat
- Method: LoRA (r=16, Ξ±=32)
- Dataset: 50+ wisdom Q&A pairs
- Epochs: 3
"The warrior trains not to avoid falling, but to rise each time with greater wisdom."
- Downloads last month
- 8
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support
Model tree for Ishymoto/The_Elder
Base model
TinyLlama/TinyLlama-1.1B-Chat-v1.0