alexeykarnachev/full_stack_transformer
Pytorch library for end-to-end transformer models training, inference and serving
This project helps you train custom language models for text generation using your own documents. You provide raw text files, and it produces a trained model that can generate new text based on the patterns it learned. This is ideal for researchers, content creators, or anyone needing to generate contextually relevant text from specific datasets.
No commits in the last 6 months.
Use this if you need to train a language model on your proprietary text data and want to easily deploy it for text generation, including via a web API or a Telegram bot.
Not ideal if you're looking for an out-of-the-box solution for common language tasks without custom training, or if you don't have access to computational resources for model training.
Stars
70
Forks
6
Language
Python
License
—
Category
Last pushed
Apr 19, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/alexeykarnachev/full_stack_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