license_link points to a missing LICENSE file (404)

#52
by yossefamar - opened

The model card metadata declares license: apache-2.0 with
license_link: https://huggingface.co/Qwen/Qwen3-Coder-Next/blob/main/LICENSE,
but that file does not exist in the repo (the link returns "Entry not found").
The GGUF repo (Qwen/Qwen3-Coder-Next-GGUF) has the same issue — its license_link
points to its own missing LICENSE, and the ModelScope repo also lacks the file.

Sibling QwenLM repos (e.g., Qwen3-VL, Qwen3.6 on GitHub) do include the full
Apache-2.0 LICENSE file, and the QwenLM/Qwen3 README states that all open-weight
models are Apache 2.0 with "license files in the respective Hugging Face
repositories."

Could you please add the LICENSE (and NOTICE, if applicable) file to this repo
so the declared link resolves? Thanks!

Sign up or log in to comment