Allenem/transformer
:newspaper: :alien: :mahjong: Just practice transformer in translation from English to Chinese. Reference: https://zhuanlan.zhihu.com/p/144825330, https://www.zhihu.com/people/xiao-yuan-tong-xue-wa
This project offers a foundational example for those interested in understanding how machine translation systems work at a deep technical level. It takes English text as input and processes it to produce a Chinese translation. This is primarily for researchers or advanced students in natural language processing (NLP) who are building or studying translation models.
No commits in the last 6 months.
Use this if you are an NLP researcher or student keen on exploring the architectural details and implementation of a Transformer model for English-to-Chinese machine translation.
Not ideal if you are looking for a ready-to-use, high-performance translation tool for everyday use or commercial applications.
Stars
11
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Jun 15, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Allenem/transformer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
xv44586/toolkit4nlp
transformers implement (architecture, task example, serving and more)
luozhouyang/transformers-keras
Transformer-based models implemented in tensorflow 2.x(using keras).
ufal/neuralmonkey
An open-source tool for sequence learning in NLP built on TensorFlow.
graykode/xlnet-Pytorch
Simple XLNet implementation with Pytorch Wrapper
uzaymacar/attention-mechanisms
Implementations for a family of attention mechanisms, suitable for all kinds of natural language...