An open API service indexing awesome lists of open source software.

https://github.com/dino65-dev/transformers-from-scratch

This is transformers from scratch coded with py and torch, kv cache and GQA(Grouped Query Attention) is implemented.
https://github.com/dino65-dev/transformers-from-scratch

Last synced: about 1 year ago
JSON representation

This is transformers from scratch coded with py and torch, kv cache and GQA(Grouped Query Attention) is implemented.

Awesome Lists containing this project

README

          

# Transformers-from-scratch
This is transformers from scratch coded with py and torch, kv cache and GQA(Grouped Query Attention) is implemented.