Qwen-VL vs LLMs-from-scratch
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| Qwen-VL | LLMs-from-scratch | |
|---|---|---|
| Tagline | The official repository of Qwen-VL (通义千问-VL) – Large Vision-Language Model by Alibaba Cloud | Implement a ChatGPT-like LLM in PyTorch from scratch |
| Stars | 6.7k | 99k |
| Forks | 493 | 15k |
| Open issues | 324 | 4 |
| Language | Python | Jupyter Notebook |
| License | Other | Other |
| Last pushed | Aug 7, 2024 | Jun 2, 2026 |
| Categories | Model Training, LLM Frameworks | Model Training, LLM Frameworks |
Qwen-VL
Qwen-VL is a large-scale vision-language model proposed and maintained by Alibaba Cloud, designed for detailed visual understanding and language generation. This repository includes Qwen-VL-Chat, Qwen-VL-Plus, and Qwen-VL-Max, which are optimized versions of the base model with enhanced capabilities.
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