One email each morning — yesterday's AI, sortedGet it in your inbox

METAL LAB

Qwen3.8-27B tops Hugging Face trending models

The open-weight model, released on the 14th, topped the charts in downloads and likes

이미지: X — 모델·오픈소스 화면 갈무리

Summary

  • Alibaba's Qwen said via its official X account that Qwen3.8-27B had reached the No. 1 spot on Hugging Face's trending models list
  • According to a shared screenshot, the original model logged 91,900 downloads and 9,890 likes
  • A GGUF conversion made by unsloth recorded 868,000 downloads, far surpassing the original
모델명
Qwen3.8-27B
발표
허깅페이스 트렌딩 모델 1위 (Qwen 공식 X 계정, 2026-08-16)
원본 다운로드/좋아요
91.9k / 9.89k
unsloth GGUF 버전 다운로드/좋아요
868k / 1.27k
공개일·라이선스
2026-08-14, 아파치 2.0 오픈웨이트

Alibaba's official Qwen account on X said "big thanks to the community" while announcing that Qwen3.8-27B had taken the top spot on Hugging Face's trending models list. A screenshot shared alongside the post showed the original model with 91,900 downloads and 9,890 likes, while unsloth's community-made GGUF quantized version showed 868,000 downloads — far outpacing the original. The same trending list also featured Qwen's larger model, Qwen3.8-2.4T-A95B, and Lightricks' video generation model LTX-2.5.

What this means

Qwen3.8-27B is a model whose weights Alibaba's Qwen team released under the Apache 2.0 license on the 14th. Apache 2.0 is an open license that permits commercial use freely, meaning companies face virtually no legal restrictions in deploying it on their own servers. Hugging Face's "trending" ranking isn't simply a total-download ranking, but a metric reflecting the rate of increased interest over recent days — showing how quickly the community reacted right after release. GGUF is a file format that compresses and converts large models so they can run on personal PCs or laptops, and it has become the de facto standard packaging for the local AI community. The fact that unsloth's version has more downloads than the original suggests that individual users are running the model directly on personal computers rather than on dedicated servers. This aligns with an earlier observation from Hugging Face's "State of Open Models, Summer 2026" report, released August 14, which found Qwen ranked first and Gemma second in local inference usage. Even as frontier models keep growing larger, this No. 1 trending spot points in the same direction as the broader trend of mid-sized open models like the 27B class seeing heavier real-world use.

So what changes now

What developers or companies can do right now is straightforward. They can download Qwen3.8-27B or unsloth's GGUF conversion from Hugging Face and run it locally on hardware as modest as a single high-end gaming GPU. Because it's under the Apache 2.0 license, no separate permission is needed to fine-tune it on internal data or attach it to a commercial service. Alibaba has been pushing both large and mid-sized models in parallel during this period — its larger model, Qwen3.8 Max, recently topped the Artificial Analysis agentic index — and this trending No. 1 result can be read as a signal that the mid-sized open model is gaining traction first among actual users.