Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/farzanmrz/transformers-native

I am trying to natively implement the transformer architecture here from the original paper in order to enhance my understanding of it
https://github.com/farzanmrz/transformers-native

Last synced: 18 days ago
JSON representation

I am trying to natively implement the transformer architecture here from the original paper in order to enhance my understanding of it

Awesome Lists containing this project

README

        

# Native Implementation of Transformer Architecture in Python

I am trying to natively implement the transformer architecture here from the original paper in order to enhance my understanding of it