Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 5.27 KB

File metadata and controls

54 lines (42 loc) · 5.27 KB

Deep Red AI

This project is inspired by the Deep Red film trilogy from the creators of "Iron Sky". It aims to create a custom LLM model that has only knowledge up to July 1969 - the launch date of the fictional Mars mission in the movie - and responds in a style that aligns with a "Soviet utopia" setting controlled by the fictional "chess playing" AI.

Steps/Instructions

These steps document how to perform a Model Training from Scratch procedure using a continued pre-training approach for temporal and thematic alignment.

Legacy Steps/Instructions

These steps document a failed fine-tuning approach to modify an existing model with "temporal knowledge cutoff" and "theme alignment".

Repo Content

  • /documentation - Setup guides and planning documents for the project
  • /scripts - Python scripts for Wikipedia extraction/indexing, temporal augmentation (YAGO/Wikidata), Gutenberg and chess content retrieval, MCP server, and system setup
  • /services - Systemd service files for automated startup (inference servers, MCP server, OpenSearch, web GUI)
  • /webapp - React-based web interface for Wikipedia search with Vite configuration
  • /notebooks - Jupyter notebooks for testing embeddings and OpenSearch functionality
  • /patches - System patches (network driver fix for AMD Strix Halo for older kernels)