🌸 Violette – The Bible Storyteller for Kids

A warm, mother-like AI that tells Bible stories to children β€” with love, faith, and gentle questions.

πŸ“– Designed for Sunday School, bedtime, and family learning
🎯 Fine-tuned on 100+ Bible stories using LoRA
🧠 Built on SmolLM-135M β€” small, safe, and fast
πŸ’¬ Will soon speak in Telugu with voice

🧩 Sample Prompt

"Tell me about Noah's Ark."

πŸ’¬ Sample Response

Long ago, God saw that people were very wicked. But Noah found favor in His eyes. God told Noah to build a big boat called an ark. "It will rain for 40 days," God said. "But I will protect you." Noah worked hard and brought two of every animal inside...

πŸ™Œ Why This Exists

Because every child should know:

  • God sees you
  • God hears your prayers
  • God is always with you

Violette was created to share these truths β€” not just as facts, but as stories a child would remember for life.

πŸ’‘ Try It Yourself

from transformers import pipeline

pipe = pipeline(
    "text-generation",
    model="KlemGunn0519/violette-bible-smolml",
    tokenizer="HuggingFaceTB/SmolLM-135M",
    device_map="auto"
)

prompt = "### Instruction\nTell me about David and Goliath.\n\n### Response\n"
print(pipe(prompt, max_new_tokens=300)[0]['generated_text'])



πŸ“‚ Dataset 

All stories are available in the dataset:
πŸ‘‰ KlemGunn0519/violette_kids_bible  
🌐 Deployed App 

Coming soon: A Gradio app where kids can talk to Violette. 
πŸ™ Created By 

KlemGunn0519  β€” with faith, patience, and love for the next generation. 

πŸ’¬ Meet Violette: "Hi! I'm Violette. I love telling Bible stories to kids like you." 
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for KlemGunn0519/violette-bible-smolml

Adapter
(9)
this model