Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/farzanmrz/transformers-native
- Owner: Farzanmrz
- License: mit
- Created: 2024-06-26T12:44:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T02:38:18.000Z (5 months ago)
- Last Synced: 2024-08-14T05:34:02.616Z (5 months ago)
- Language: Jupyter Notebook
- Size: 78.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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