Qwen vs LLMs-from-scratch
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| Qwen | LLMs-from-scratch | |
|---|---|---|
| Tagline | Official repo of Qwen, a large language model by Alibaba Cloud. | Implement a ChatGPT-like LLM in PyTorch from scratch |
| Stars | 21k | 99k |
| Forks | 1.8k | 15k |
| Open issues | 41 | 4 |
| Language | Python | Jupyter Notebook |
| License | Apache-2.0 | Other |
| Last pushed | Mar 5, 2026 | Jun 2, 2026 |
| Categories | LLM Frameworks | Model Training, LLM Frameworks |
Qwen
Qwen is a Chinese-focused large language model created and maintained by Alibaba Cloud. It includes various versions optimized for different use cases (Chat, Int4, Int8) available on ModelScope and Hugging Face platforms.
Python
LLMs-from-scratch
Repository containing code and instructions for developing, pretraining, and finetuning a GPT-like large language model (LLM) using PyTorch.
Jupyter Notebook