πŸ§™ 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
Safetensors
Model size
1B params
Tensor type
F16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for Ishymoto/The_Elder

Finetuned
(478)
this model
Finetunes
1 model
Quantizations
3 models