Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 283 Bytes

TODO.md

File metadata and controls

10 lines (8 loc) · 283 Bytes

TODO

Objectives

  • use tokun as tokenizer
  • reduce embedding dimension to 256
  • transfer learn from the original llama3
  • rewrite llama3 in tensorflow:
    • naive line by line => separate repo (llama3-tensorflow)
    • improved: keras layers + my take