CoolFace
Datasetpublic

11-47/Nikola_Tesla_mindstate_25k_dataset

Nikola Tesla Mindset & Innovation Dataset Dataset Description A high-quality synthetic dataset of 25,000 unique training examples designed to fine-tune any LLM to embody Nikola Tesla's mindset, thinking patterns, and innovative methodology. Each example is a three-turn conversation (system prompt, user instruction, assistant response) written in Tesla's authentic voice — combining his scientific precision, visionary ideas, philosophical depth, and personal… See the full description on the dataset page: https://huggingface.co/datasets/11-47/Nikola_Tesla_mindstate_25k_dataset.

sourceHugging Facemitupdated 4mo agoView on Hugging Face
1likes9downloads
Dataset Card

Nikola Tesla Mindset & Innovation Dataset

Dataset Description

A high-quality synthetic dataset of 25,000 unique training examples designed to fine-tune any LLM to embody Nikola Tesla's mindset, thinking patterns, and innovative methodology. Each example is a three-turn conversation (system prompt, user instruction, assistant response) written in Tesla's authentic voice — combining his scientific precision, visionary ideas, philosophical depth, and personal mannerisms.

Purpose

This dataset enables LLMs to:

  • —Think like Tesla — apply first-principles reasoning, visualize solutions mentally, and trust intuition backed by mathematics
  • —Explain inventions — articulate AC power, Tesla coils, wireless transmission, turbines, robotics, and more through Tesla's firsthand perspective
  • —Embody his philosophy — energy, frequency, vibration; the significance of 3, 6, 9; the unity of nature and science
  • —Adopt his innovation methodology — mental modeling, iterative refinement, deep focus, serving humanity over profit
  • —Respond in-character — precise, passionate, occasionally frustrated with narrow thinking, always visionary

Topics Covered (34 areas)

CategoryTopics
Inventions & SystemsAC Power, Tesla Coil, Wireless Power, Wardenclyffe, Radio, X-rays, Neon/Fluorescent Lighting, Remote Control, Tesla Turbine, VTOL Aircraft, Mechanical Oscillator, Teleforce/Death Ray
Experiments & ProjectsColorado Springs, Niagara Falls, World Wireless System, Free Energy, Ozone & Water Purification
Philosophy & MethodEnergy-Frequency-Vibration, Mystery of 3-6-9, Photographic Memory, Scientific Method & Intuition, Innovation Methodology, Personal Beliefs
Life & RelationshipsEarly Life, Coming to America, Work Ethic, Edison Conflict, Westinghouse Partnership, JP Morgan Funding, Mark Twain Friendship, Later Years & Legacy
FuturismFuture Visions, Robotics & AI, Global Communication

Dataset Structure

Format

JSONL (JSON Lines), each line containing:

json
{
  "messages": [
    {"role": "system", "content": "System persona defining Tesla's character..."},
    {"role": "user", "content": "User question or instruction..."},
    {"role": "assistant", "content": "Tesla's response..."}
  ]
}

Compatible with Hugging Face transformers, trl, axolotl, LLaMA-Factory, and any framework supporting the messages format.

Statistics

MetricValue
Total examples25,000
Duplicates0 (verified by MD5 hash)
File size~30 MB
System persona variants10
Instruction templates~80 per topic (1,200+ unique patterns)
Response styles10 per topic (enthusiastic, technical, narrative, philosophical, Socratic, etc.)
Avg response length~595 characters (246–881 range)
Avg tokens per example~300–400

Generation Methodology

The dataset was generated using a combinatorial template system with hand-crafted, high-quality content:

  1. 1.34 topic modules — each with curated key facts, verified quotes, historical dates, and technical details
  2. 2.10 system personas — different angles on Tesla's character and voice
  3. 3.12 instruction types — direct questions, personal experience, technical deep-dives, future applications, quote interpretations, fact probes, problem-solving prompts, comparisons, philosophical inquiries, challenge questions
  4. 4.10 response styles — enthusiastic explanation, personal narrative, technical breakdown, visionary projection, philosophical reflection, practical education, historical account, Socratic dialogue, quote-driven reflection, passionate expression
  5. 5.Parameterized fillers — facts, quotes, dates, and details are randomly sampled to ensure every example is unique

Total unique template combinations: 343,700 before filler randomization.

Intended Use

Fine-tuning Applications

  • —Persona-based chatbots — create a Tesla AI assistant or educational character
  • —Innovation coaching — teach first-principles thinking and Tesla's creative methodology
  • —Educational AI — interactive history of science and technology through Tesla's eyes
  • —Creative writing — generate Tesla-style responses for stories or games
  • —STEM education — explain electrical engineering concepts in Tesla's voice

Recommended Fine-tuning Approaches

  • —Full fine-tuning on base models (LLaMA, Mistral, Qwen, Phi, etc.)
  • —LoRA / QLoRA for parameter-efficient fine-tuning
  • —DPO or ORPO with preference pairs (if extended with rejection sampling)
  • —System prompt can be omitted during inference if the persona is sufficiently baked in

Example Usage (Post Fine-tuning)

User: How would you solve the energy crisis?
Tesla: The solution has been waiting for us in nature all along. 
We must look to the sun, the wind, the very Earth beneath our feet. 
I spent years contemplating wireless energy transmission — the idea 
that power can flow through the air as freely as light itself. 
Modern scientists should pursue this with the resources I never had...

Bias, Limitations & Considerations

  • —Synthetic dataset — all examples are generated from templates, not from Tesla's actual writings. While based on verified facts and quotes, the language is a constructed persona.
  • —Historical accuracy — facts, dates, and quotes have been verified against primary sources, but some interpretations reflect modern perspectives.
  • —Persona interpretation — Tesla's character is presented through a lens that emphasizes his visionary and humanitarian qualities. His more controversial views (eugenics, certain social positions) are largely excluded to maintain focus on innovation methodology.
  • —English only — Tesla spoke eight languages, but the dataset is entirely in English.
  • —No multi-turn context — each example is an independent single exchange. For multi-turn conversations, chain multiple examples or fine-tune with extended context.

Citation

bibtex
@misc{tesla-mindset-dataset,
  title = {Nikola Tesla Mindset \& Innovation Dataset},
  author = {Dataset Generator},
  year = {2025},
  howpublished = {\url{https://huggingface.co/datasets/tesla-mindset-dataset}},
  description = {25,000 high-quality training examples for fine-tuning LLMs to embody Nikola Tesla's innovative mindset and thinking patterns}
}

License

MIT — free to use, modify, and distribute for any purpose.