Age | Commit message (Expand) | Author |
---|---|---|
2023-09-11 | Add MaMMUT lit model | Gustaf Rydholm |
2023-09-11 | Add MaMMUT network | Gustaf Rydholm |
2023-09-11 | Refactor vit to encoder only | Gustaf Rydholm |
2023-09-11 | Rename vit to convformer | Gustaf Rydholm |
2023-09-11 | Move greedy decoder | Gustaf Rydholm |
2023-09-11 | Add swiglu | Gustaf Rydholm |
2023-09-11 | Remove separate ff class | Gustaf Rydholm |
2023-09-11 | Update encoder/decoder attention and forward pass | Gustaf Rydholm |
2023-09-11 | Update attention with rotary embedding | Gustaf Rydholm |
2023-09-11 | Update attend | Gustaf Rydholm |
2023-09-11 | Remove absolute embedding | Gustaf Rydholm |
2023-09-11 | Add rotary embedding | Gustaf Rydholm |
2023-09-11 | Update convnext | Gustaf Rydholm |
2023-09-11 | Update imports | Gustaf Rydholm |
2023-09-03 | Revert "Delete convnext" | Gustaf Rydholm |
2023-09-03 | Update lit models | Gustaf Rydholm |
2023-09-03 | Update imports | Gustaf Rydholm |
2023-09-03 | Delete laprop | Gustaf Rydholm |
2023-09-03 | Delete convnext | Gustaf Rydholm |
2023-09-02 | Rename context | Gustaf Rydholm |
2023-09-02 | Fix bug in decoder | Gustaf Rydholm |
2023-09-02 | Refactor lit models | Gustaf Rydholm |
2023-09-02 | Fix imports | Gustaf Rydholm |
2023-09-02 | Update tokenizer with logits and batch decoding | Gustaf Rydholm |
2023-08-25 | Rename and add flash atten | Gustaf Rydholm |
2023-08-25 | Rename | Gustaf Rydholm |
2023-01-29 | Add laprop | Gustaf Rydholm |
2023-01-29 | Update import | Gustaf Rydholm |
2022-10-04 | Add greedy decoder | Gustaf Rydholm |
2022-10-04 | Format and rewording docstring | Gustaf Rydholm |
2022-10-04 | Update stem import paths | Gustaf Rydholm |
2022-10-02 | Move stems to transforms | Gustaf Rydholm |
2022-10-02 | Update docstrings | Gustaf Rydholm |
2022-10-02 | Fix lr sheduler loading | Gustaf Rydholm |
2022-10-02 | Add comments | Gustaf Rydholm |
2022-09-30 | Fix api bug in model | Gustaf Rydholm |
2022-09-30 | Make rotary pos encoding mandatory | Gustaf Rydholm |
2022-09-30 | Update conv transformer model | Gustaf Rydholm |
2022-09-30 | Update lit transformer | Gustaf Rydholm |
2022-09-30 | Update transformer | Gustaf Rydholm |
2022-09-28 | Fix decode bug | Gustaf Rydholm |
2022-09-28 | Update metrics | Gustaf Rydholm |
2022-09-28 | Remove inplace ops for grad flow | Gustaf Rydholm |
2022-09-28 | Refactor additions | Gustaf Rydholm |
2022-09-27 | Remove ignore indecies | Gustaf Rydholm |
2022-09-27 | Move utils | Gustaf Rydholm |
2022-09-27 | Update emnist lines metadata | Gustaf Rydholm |
2022-09-27 | Update sentence generator | Gustaf Rydholm |
2022-09-27 | Remove transforms | Gustaf Rydholm |
2022-09-27 | Add typing | Gustaf Rydholm |