LLMs-from-scratch vs ChatGLM2-6B
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| LLMs-from-scratch | ChatGLM2-6B | |
|---|---|---|
| Tagline | Implement a ChatGPT-like LLM in PyTorch from scratch | An Open Bilingual Chat LLM |
| Stars | 99k | 16k |
| Forks | 15k | 1.8k |
| Open issues | 4 | 452 |
| Language | Jupyter Notebook | Python |
| License | Other | Other |
| Last pushed | Jun 2, 2026 | Jun 27, 2024 |
| Categories | Model Training, LLM Frameworks | LLM Frameworks |
LLMs-from-scratch
Repository containing code and instructions for developing, pretraining, and finetuning a GPT-like large language model (LLM) using PyTorch.
Jupyter Notebook
ChatGLM2-6B
ChatGLM2-6B is the second generation of an open-source Chinese-English bilingual conversational language model, featuring enhanced performance metrics, longer context windows, and more efficient inference.
Python