transformers vs raptor
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| transformers | raptor | |
|---|---|---|
| Tagline | 🤗 Transformers: the model-definition framework for state-of-the-art machine learning models | RAPTOR: Recursive Abstractive Processing for Tree-Organized Retrieval |
| Stars | 162k | 1.7k |
| Forks | 34k | 230 |
| Open issues | 2.5k | 45 |
| Language | Python | Python |
| License | Apache-2.0 | MIT |
| Last pushed | Jul 7, 2026 | Sep 3, 2024 |
| Categories | Model Training, Data & Retrieval, LLM Frameworks | Inference & Serving, AI Agents, Model Training |
transformers
Repo hosts a Python library and framework for NLP, text, audio, vision, multimodal AI model creation, training and inference using PyTorch.
Python
raptor
A Python implementation of RAPTOR, focusing on retrieval-augmented language models using a recursive tree structure. It enhances information retrieval efficiency across large texts.
Python