Build an LLM from scratch

This revision is from 2024/07/01 17:52. You can Restore it.

Step 1: Plan and design the LLM

  • Standard model design

  1. LLM has the ability to re-train itself, to hit the re-train button. (no human required)
  2. LLM is constantly re-working its training data to improve its training data. (no human required)

  • Demonstrator must be resource light enough for the LLM to perform these tasks.
  

📝 📜 ⏱️ ⬆️