llm-universe vs transformers
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| llm-universe | transformers | |
|---|---|---|
| Tagline | 面向初学者的大模型应用开发教程 | 🤗 Transformers: the model-definition framework for state-of-the-art machine learning models |
| Stars | 13k | 162k |
| Forks | 1.4k | 34k |
| Open issues | 15 | 2.5k |
| Language | Jupyter Notebook | Python |
| License | - | Apache-2.0 |
| Last pushed | Feb 24, 2026 | Jul 7, 2026 |
| Categories | LLM Frameworks, Developer Tools, Model Training | Data & Retrieval, Model Training, LLM Frameworks |
llm-universe
LLM Universe 是一个针对没有算法基础的开发者提供的大模型应用开发入门课程。它包括调用大模型API的方式、知识库搭建以及构建RAG(Retrieval-Augmented Generation)应用程序等内容。
Jupyter Notebook
transformers
Repo hosts a Python library and framework for NLP, text, audio, vision, multimodal AI model creation, training and inference using PyTorch.
Python