arko-14/attention
This repository contains the implementation of the Transformer (“Attention Is All You Need”) from scratch in TensorFlow 2.x, with a custom 4.5 M‑sentence English–German WMT14 dataset and end‑to‑end training.
No commits in the last 6 months.
Stars
1
Forks
—
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Apr 22, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/arko-14/attention"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
luozhouyang/transformers-keras
Transformer-based models implemented in tensorflow 2.x(using keras).
xv44586/toolkit4nlp
transformers implement (architecture, task example, serving and more)
Vishnunkumar/doc_transformers
Document processing using transformers
ufal/neuralmonkey
An open-source tool for sequence learning in NLP built on TensorFlow.
uzaymacar/attention-mechanisms
Implementations for a family of attention mechanisms, suitable for all kinds of natural language...