#186 · Primary category: Deep Learning Frameworks

curated-transformers

albert bert camembert dolly2 falcon gptneox llama llm llms nlp pytorch roberta transformer transformers xlm-roberta

🤖 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