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

https://github.com/treytuscai/transformers

Implements a GPT‑style Transformer architecture from Vaswani et al. (2017) to generate text and solve arithmetic tasks.
https://github.com/treytuscai/transformers

nlp python tensorflow transformer

Last synced: 3 months ago
JSON representation

Implements a GPT‑style Transformer architecture from Vaswani et al. (2017) to generate text and solve arithmetic tasks.

Awesome Lists containing this project

README

          

# 🔁 Transformers
Implements a GPT-style Transformer model from scratch using our modular deep learning library, [![DeepNeuralLib](https://img.shields.io/badge/Repo-DeepNeuralLib-blue?logo=github)](https://github.com/treytuscai/DeepNeuralLib). Trains small transformers to perform arithmetic tasks and larger ones to generate Shakespearean text, showcasing attention mechanisms and positional encoding.