x-transformers and TransformerX

These are competitors: x-transformers is a mature, production-ready transformer implementation with experimental features, while TransformerX is an earlier-stage research library offering modular building blocks for the same purpose of implementing transformer architectures.

x-transformers
79
Verified
TransformerX
48
Emerging
Maintenance 20/25
Adoption 15/25
Maturity 25/25
Community 19/25
Maintenance 0/25
Adoption 8/25
Maturity 25/25
Community 15/25
Stars: 5,808
Forks: 507
Downloads:
Commits (30d): 8
Language: Python
License: MIT
Stars: 53
Forks: 8
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No risk flags
Stale 6m

About x-transformers

lucidrains/x-transformers

A concise but complete full-attention transformer with a set of promising experimental features from various papers

This project provides pre-built, flexible transformer models for various AI tasks. You can input text, images, or a combination to generate new text, classify images, or create image captions. It's designed for AI researchers and practitioners who want to experiment with advanced transformer architectures without building them from scratch.

natural-language-processing computer-vision multimodal-ai generative-ai machine-learning-research

About TransformerX

tensorops/TransformerX

Flexible Python library providing building blocks (layers) for reproducible Transformers research (Tensorflow ✅, Pytorch 🔜, and Jax 🔜)

This is a Python library that helps machine learning researchers and engineers build advanced transformer-based models for tasks like language translation or text summarization. It provides ready-to-use components (layers) that can be combined to create complex neural network architectures. The input is typically raw text or other sequential data, and the output is a trained transformer model ready for deployment or further research. This is for machine learning practitioners focusing on natural language processing and sequence-to-sequence problems.

natural-language-processing machine-translation text-generation deep-learning sequence-modeling

Scores updated daily from GitHub, PyPI, and npm data. How scores work