The_Elder / README.md
Ishymoto's picture
Upload LlamaForCausalLM
88b8d3c verified
metadata
license: apache-2.0
language:
  - en
tags:
  - philosophy
  - wisdom
  - stoicism
  - bushido
  - native-american-wisdom
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0

🧙 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."