Remix.run Logo
3eb7988a1663 3 hours ago

If there were ever a sign I need to get mirroring, this is it.

What are the best Chinese models on HuggingFace today? Bucket by ideal RAM: <16GB, <32GB, <96, <256, 256+

Text generation, image generation, TTS, etc

reissbaker 26 minutes ago | parent | next [-]

256+: GLM-5.2 (swap with Kimi K3 when it goes open-weight on Monday)

<256: Actually, surprisingly, not a Chinese model but probably Laguna S2.1. The best Chinese model at this size is DeepSeek V4 Flash though

<96: Qwen 3.6 27B

<32: Still Qwen 3.6 27B (NVFP4)

<16: Oof, not sure. Nothing will feel great at this size TBQH without finetuning on a specific task. Pick your poison of tiny Qwen or tiny Gemma (although again Gemma is not Chinese)

commoner 3 hours ago | parent | prev | next [-]

Alibaba Cloud runs ModelScope, which is like Hugging Face but based in China:

- https://modelscope.ai

- Source code (ironically on GitHub): https://github.com/modelscope/modelscope

It's not limited to Alibaba's Qwen. All of the other major Chinese ones are on there (GLM, DeepSeek, Kimi, etc.) as well as finetunes and quantizations of the non-Chinese ones.

vunderba 2 hours ago | parent | prev | next [-]

The two major image generation models are both by Alibaba - Z-Image and Qwen-Image-2512/Qwen-Edit-2511. They are both decent but have different use-cases. Unfortunately with the recent Qwen-Image 2 and now 3 it doesn't seem likely that they're going to be doing any more open-weight image gen.

https://huggingface.co/Tongyi-MAI/Z-Image-Turbo

https://huggingface.co/Qwen/Qwen-Image-2512

https://huggingface.co/Qwen/Qwen-Image-Edit-2511

ericd 2 hours ago | parent | prev | next [-]

My list would be to go grab GLM5.2, Deepseek v4 Flash and Pro, and the various sizes of Qwen 3.5/3.6 dense and MoE, along with at least one of the multi modal qwens (I think it’s called VL). In a pinch, you can quantize them yourself to whatever size you need.

Lord-Jobo 2 hours ago | parent | prev | next [-]

Specific use case is way too important for a list like that to be very helpful. I only know image gen well enough to use as an example, but style, resolution, inpainting, img2img or text2image, lora compatibility, etc. all lead to different “best” models.

Even more complex for image2video, but there’s fewer models to choose from there at least.

intrasight an hour ago | parent [-]

Sanctions would cancel the whole business rationale for the Chinese government having/supporting open weight models. You can't commoditize your competitors with open-source if your product is blocked.

commoner an hour ago | parent | next [-]

Even with US sanctions, Chinese AI companies would continue to serve users in every other country in the world (including China itself), so I don't see why they would stop releasing open weight models.

andy99 an hour ago | parent | prev | next [-]

The open weights models would be even more effective by incentivizing people and companies to switch jurisdictions. It might even break SFs monopoly on AI, or at least weaken it, everybody isn’t there exclusively to funnel money to openAI and Anthropic.

It would also boost research in non US jurisdiction. Who is going to be wooed by “come to our lab where you’re only allowed to work with closed models!”

g42gregory an hour ago | parent | prev [-]

Open-weights models will be downloaded from China and run on local/corporate-owned AI hardware. You would have to ban Internet access and AI hardware next.

throwa356262 3 hours ago | parent | prev | next [-]

It is a lost opportunity that huggingface (or unsloth) frontpage doesn't have a list like this that updates which each model release.

walrus01 2 hours ago | parent | next [-]

From the HF front page if you hit "models" it should auto sort by trending before you change any search parameters, so if anything large, capable and popular has just been released it's almost certainly going to be at the top of the list.

abidlabs 2 hours ago | parent | prev [-]

Hugging Face recently added a filter directly on the models page: https://huggingface.co/models that lets you filter based on hardware.

abidlabs 2 hours ago | parent | prev | next [-]

Hugging Face recently added a filter directly on the models page: https://huggingface.co/models that lets you filter based on hardware.

willmadden 29 minutes ago | parent [-]

Filtering based on hardware is super helpful. Everyone should do this. There are millions of models, and most of them require a server room to load and run.

verdverm an hour ago | parent | prev [-]

qwen3.6-27B, gemma4-it-31B, poolside/Laguna-S-2.1 are all good text gen models generally in the <128GB (depending on quant, you can fit them in smaller mem footprint)

Note, Laguna provided quants have some issues and they are reworking/updating them.