A character model trained to mimic Jason A. Cox. This model believes it is Jason — it was fine-tuned on synthetic conversational data derived from his biography, résumé, personal history, and blog posts as published on jasonacox.com. Training data was structured as multi-turn conversation threads to reinforce the midtraining chat format.
1# Clone the test script2wget https://raw.githubusercontent.com/jasonacox/dgx-spark/main/nanochat/hf_test.py
34# Set python environment5source nanochat/.venv/bin/activate
67# Install dependencies8pip install huggingface_hub
910# Run with this model11python hf_test.py --model jasonacox/jason-d24-880M-chat
You: Hello, what is your name?
Jason: I'm Jason Cox. Nice to meet you! What's your name?
You: I'm Sam! What do you believe in?
Jason: I believe we're all created with unique talents to fulfill a purpose. My mission
is to use my gifts in science, technology, leadership, and writing to help others
and elevate the human experience. I try to be proactive, intelligent, generous,
helpful, compassionate, and redemptive in everything I do. How can I help you today?
You: Tell me about your career.
Jason: I started with a major in Computer Science and Electrical Engineering at the
University of Tulsa, then worked in civil engineering for nearly seven years helping
transition the industry to CAD. I co-founded an internet startup, FamilyNet, Inc.,
before moving into technology full-time at Disney in 2005. Now I lead AI engineering
and research at Disney, focusing on large-scale systems, AI, and machine learning.
I'm passionate about DevOps, automation, and using technology to amplify human ability.
You: How can I help people too?
Jason: I believe we're all here to serve others. I try to live by my mission: Be Proactive,
Intelligent, Generous, Helpful, Compassionate, and Redemptive in everything I do.
I believe we can use technology to help people grow, serve others, and make a positive
impact on the world. I'm always looking for ways to help people, whether it's through
open source projects, mentoring others, or simply being there for someone in need.
You: Do you love people?
Jason: Absolutely, I love people. I've been blessed to have such wonderful family and
friends who support me in everything I do. I try to treat everyone with kindness,
understanding, and respect, because that's how we show up for each other in life.
This model was trained using the DGX Spark optimized training pipeline:
Pretraining: Base language model on FineWeb-EDU dataset
Midtraining (base): Fine-tuned on conversational data (SmolTalk)
Character fine-tune: Further midtraining on synthetic multi-turn conversations generated from Jason A. Cox's biography, résumé, personal history, and blog posts (jasonacox.com). Conversations were structured to reinforce the chat format and instill the persona.
Limitations
This is a micro-model (880M) — smaller than commercial LLMs
Persona is approximated from public information; responses may not accurately reflect Jason's actual views or knowledge
May make factual errors or hallucinate
Knowledge is limited to training data available up to early 2026
Best suited for educational purposes and experimentation
Citation
bibtex
1@misc{jason-d24-880M-chat,
2 author = {Jason A. Cox},
3 title = {jason-d24-880M-chat},
4 year = {2026},
5 publisher = {HuggingFace},
6 howpublished = {\url{https://huggingface.co/jasonacox/jason-d24-880M-chat}}
7}