AkiRusProd/numpy-transformer
A numpy implementation of the Transformer model in "Attention is All You Need"
This is a tool for developers who want to experiment with or implement the Transformer model for sequence-to-sequence tasks. It takes an input sequence of text, such as an English sentence, and outputs a translated sequence, like a German sentence. Machine learning engineers or researchers interested in natural language processing would find this useful.
No commits in the last 6 months.
Use this if you are a developer looking for a fast, CPU or GPU-enabled NumPy implementation of the Transformer (Seq2Seq) model, specifically for machine translation tasks.
Not ideal if you are an end-user needing a ready-to-use translation application or a non-developer seeking an easy-to-integrate NLP solution.
Stars
58
Forks
13
Language
Python
License
—
Category
Last pushed
Jul 21, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/AkiRusProd/numpy-transformer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
lucidrains/x-transformers
A concise but complete full-attention transformer with a set of promising experimental features...
kanishkamisra/minicons
Utility for behavioral and representational analyses of Language Models
lucidrains/simple-hierarchical-transformer
Experiments around a simple idea for inducing multiple hierarchical predictive model within a GPT
lucidrains/dreamer4
Implementation of Danijar's latest iteration for his Dreamer line of work
Nicolepcx/Transformers-in-Action
This is the corresponding code for the book Transformers in Action