#186 · Primary category: Deep Learning Frameworks
curated-transformers
🤖 A PyTorch library of curated Transformer models and their composable components
Project last updated:04/17/24
GitHub Stars
890
Forks
35
Contributors
9
License
MIT
Why we included this project
Curated Transformers is a PyTorch library that breaks transformers into small, reusable components, so a bugfix or feature like 4/8-bit quantization lands across every model at once, from Llama and Falcon to BERT and RoBERTa. Because the pieces are independent, you can assemble unusual variants, for instance a BERT encoder with rotary embeddings, without forking the whole codebase. Explosion uses it as the default transformer backend for spaCy 3.7, which gives existing spaCy users a tested route to modern LLMs. The minimal dependency footprint and consistent type annotations make it comfortable for both research experiments and production serving.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.