Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ repo is educational, so the aim is to keep the code as legible as possible.

## Roadmap

[x] Switch to uv
[x] Make it easy to modify with a config file
[x] Extract the loss calculation from the model
[x] Rename main to train
[x] Create or check tokenizer interface
[] Create an easy to use interface
[] Make it into a package
[] Apply SOTA optimizations
- [x] Switch to uv
- [x] Make it easy to modify with a config file
- [x] Extract the loss calculation from the model
- [x] Rename main to train
- [x] Create or check tokenizer interface
- [ ] Create an easy to use interface
- [ ] Make it into a package
- [ ] Apply SOTA optimizations

## Requirements

Expand Down