1
0
Files
llmfs/README.md
rm-dr cd79814c91
Some checks failed
CI / Check links (push) Successful in 7s
CI / Check typos (push) Failing after 10s
CI / Clippy (push) Failing after 57s
CI / Build and test (push) Has been cancelled
Refactor
2025-12-15 20:27:34 -08:00

688 B

LLM from scratch

Resources

TODO:

  • chat cli, evaluate each epoch

  • better arch (read nanochat)

  • count tokens

  • download more data (code, full fineweb)

  • Notes

    • comments
  • TrainTestIterator

    • total length
    • deterministic shuffle
    • prepare in parallel
    • refactor new() into builder
    • small texts (<|bos|>?)
  • Training

    • multi-device training
    • model parameters in file