c00k1ez/plain-transformers
Transformer models implementation for training from scratch.
This project helps machine learning engineers or researchers build custom transformer models for advanced natural language processing tasks. It allows them to train transformer architectures from scratch, taking various text inputs and generating new text. The output is a custom-trained model capable of sophisticated text generation or translation.
No commits in the last 6 months.
Use this if you are a machine learning engineer or researcher developing new transformer-based models and need granular control over the training process and architecture.
Not ideal if you need a pre-trained model for immediate use or are looking for a high-level API for existing transformer architectures.
Stars
9
Forks
2
Language
Python
License
Apache-2.0
Category
Last pushed
Dec 28, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/c00k1ez/plain-transformers"
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