hrithickcodes/transformer-tf
This repository contains the code for the paper "Attention Is All You Need" i.e The Transformer.
This project offers a pre-trained machine learning model and code for translating English to Spanish text. It takes English sentences as input and produces their Spanish translations, along with tools for training the model on your own sequence-to-sequence datasets. It is ideal for machine learning engineers or researchers working on natural language processing tasks who need a customizable translation system.
No commits in the last 6 months.
Use this if you need to build or adapt a neural machine translation system, particularly for English-to-Spanish, and want the flexibility to train it on custom data.
Not ideal if you're looking for an out-of-the-box translation tool for end-users or if you do not have experience with machine learning model training and configuration.
Stars
9
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Dec 06, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/hrithickcodes/transformer-tf"
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