Guozhen AIGlobal AI field notes and model intelligence

Realtime AI News

Kimi K3 and Baidu Unlimited OCR Sweep Hugging Face Top Two Spots as Chinese Open-Source Models Surge Globally

Dark Side of the Moon's open-source Kimi K3 model topped Hugging Face's overall trending chart within minutes of its release, with Baidu's Unlimited OCR taking second place. Unlimited OCR returned to the number one spot a month later through sustained developer adoption, surpassing 19,700 GitHub stars and 2.65 million Hugging Face downloads.

Published

Chinese AI open-source models are making a sustained global impact, led by two standout releases from Dark Side of the Moon and Baidu.

On the evening of July 27, Dark Side of the Moon (the company behind Kimi) released the full model weights of Kimi K3 as open source. Within tens of minutes, the model shot to the top of Hugging Face's global trending chart, setting a new growth record for the platform. Right behind it was Baidu's Unlimited OCR model, giving Chinese open-source models the top two spots on Hugging Face.

Unlimited OCR is no flash in the pan. It originally launched by topping GitHub Daily Trending (overall and Python), plus Hugging Face's global model trend chart and multimodal trend chart — four number-one positions simultaneously. A month later, the model climbed back to the top of Hugging Face's global chart after being reshared by Turing Award winner Yann LeCun. It now has 19,700+ GitHub stars and 2.65 million Hugging Face downloads.

The model's staying power comes from solving a real pain point: long-document OCR parsing. Traditional OCR models handle books, papers, and reports by processing page by page and stitching results together, causing KV Cache to balloon and inference costs to rise with output length.

Baidu introduced Reference Sliding Window Attention (R-SWA), a mechanism inspired by how humans read and transcribe long documents — staying focused on the source content while keeping only recent generated text as working memory. This lets the model process dozens of pages in a single forward pass with constant KV Cache size, so compute and memory costs stop growing with output length.

Industry observers note that R-SWA's significance extends beyond OCR speed and accuracy. It offers a new paradigm for long-range inference and memory management in large models, pursuing efficient attention mechanisms rather than ever-expanding context windows.

From DeepSeek to Kimi to Unlimited OCR, Chinese open-source AI is transitioning from instant attention upon release to sustained adoption, building genuine long-term value in the global developer ecosystem.

Why it matters

The dual Hugging Face top-two sweep signals that Chinese open-source AI models have entered a phase of sustained global developer adoption, with original technical contributions building lasting ecosystem influence.

Kimi百度开源模型Hugging FaceUnlimited OCR月之暗面
Back to realtime news

Nearby Updates

All

07/28, 15:45

Nvidia CEO Jensen Huang Debuts on X, Calls to Defend Open-Sourced AI

Nvidia CEO Jensen Huang made his first post on X (formerly Twitter), issuing a public call to defend open-sourced artificial intelligence. The move marks the chip giant's chief executive entering the social media arena to directly weigh in on the open-source AI debate.

07/28, 15:43

Anthropic Backs Open-Weight AI Models but Refuses to Sign Nvidia CEO's Letter

Anthropic has publicly expressed support for open-weight AI models while declining to sign Nvidia CEO Jensen Huang's open letter defending open-source AI. The nuanced stance highlights the company's attempt to balance model openness with its safety-first mission.

07/28, 14:55

South Korean Startup Takeanap Launches 'D:bo' — A Design Decision Agent for the Post-Generative AI Era

South Korean startup Takeanap has unveiled D:bo, positioning it as the world's first 'Design Decision Agent' built specifically for design organizations. The agent automates the decision-making workflow after AI-generated assets are produced, targeting the bottleneck of revision cycles and alignment costs.

07/28, 17:56

Volcano Engine Launches Doubao Search Service, Bringing Trusted Web Search to AI Agents

ByteDance's Volcano Engine cloud platform has launched the Doubao Search Service, providing AI Agents with trusted real-time web retrieval capabilities. The service allows agents to fetch and verify current information during task execution, addressing the limitation of static training data.