Yi Cui

onekq

AI & ML interests

Benchmark, Code Generation Model

Recent Activity

updated a model about 7 hours ago
onekq-ai/OneSQL-v0.1-Qwen-32B-GGUF
published a model about 9 hours ago
onekq-ai/OneSQL-v0.1-Qwen-32B-GGUF
updated a model about 10 hours ago
onekq-ai/OneSQL-v0.1-Qwen-7B-GGUF
View all activity

Organizations

MLX Community's profile picture ONEKQ AI's profile picture

onekq's activity

replied to their post about 13 hours ago
view reply

Cool! I will check it out.

What I meant by switching is this. Sometimes I'm not satisfied with ChatGPT answer, and realized it needs to think harder. So I switched to o1 and asked again, and most of the times the answer gets better. Then I asked a simple follow-up question which o1 overanalyzed. Then I had to switch back to gpt-4o. I don't actually have the foresight which model fits my question the best. I only know it after I read the answer which is too late.

Now imagine a conversation with a human expert. A human can do such switching remarkably well, hence a cool conversation. This can be actually a metric to read the mileage of an applicant.

posted an update 1 day ago
view post
Post
1069
The performance of deepseek-r1-distill-qwen-32b is abysmal. I know Qwen instruct (not coder) is quite poor on coding. As such, I have low expectation on other R1 repro works also based on Qwen instruct too. onekq-ai/r1-reproduction-works-67a93f2fb8b21202c9eedf0b

This makes it particularly mysterious what went into QwQ-32B? Why did it work so well? Was it trained from scratch? Anyone has insights about this?
onekq-ai/WebApp1K-models-leaderboard
  • 1 reply
Β·
posted an update 3 days ago
view post
Post
706
A bigger and harder pain point for reasoning model is to switch modes.

We now have powerful models capable of either system I thinking or system II thinking, but not both, much less switching between the two. But humans can do this quite easily.

ChatGPT and others push the burden to users to switch between models. I guess this is the best we have now.
  • 2 replies
Β·
posted an update 6 days ago
view post
Post
3221
QwQ-32B is amazing!

It ranks below o1-preview, but beats DeepSeek v3 and all Gemini models.
onekq-ai/WebApp1K-models-leaderboard

Now we have such a powerful model that can fit into a single GPU, can someone finetune a web app model to push SOTA of my leaderboard? πŸ€—
  • 1 reply
Β·
posted an update 7 days ago
view post
Post
544
From my own experience these are the pain points for reasoning model adoption.

(1) expensive and even worse, slow, due to excessive token output. You need to 10x your max output length to avoid clipping the thinking process.

(2) you have to filter thinking tokens to retrieve the final output. For mature workflows, this means broad or deep refactoring.

1p vendors (open-source and proprietary) ease these pain points by manipulating their own models. But the problems are exposed when the reasoning model is hosted by 3p MaaS providers.
posted an update 8 days ago
view post
Post
345
The bitter lesson (πŸ†SuttonπŸ†) should be the core value of all ML institutions and individuals.
posted an update 9 days ago
view post
Post
2502
I was puzzled by the scope of πŸ‹DeepSeekπŸ‹ projects, i.e. why they built (then open sourced) so many pieces which are all over their technology stack. Good engineers are minimalists. They build only when they have to.

Then I realized that FP8 should be the main driving force here. So your raw inter-GPU bandwidth is cut in half (H800). But if you compress your data presentation from 16 bits to 8 bits, then the effective throughput of your workload stays unchanged!

The idea is simple but lots of work had to be done. Their v3 technical report will give you a wholistic view (better than reading the code). To summarize, data structure is the foundation to any software. Since FP8 was new and untried, the ecosystem wasn't there. So DeepSeek became the trailblazer. Before cooking your meals, you need to till the land, grow crops, and grind the flour πŸ˜…
posted an update 10 days ago
view post
Post
590
H800 is all you need.

This is my summary to πŸ‹DeepSeekπŸ‹ open source week. H800 is as good as H100, except the NVLink bandwidth is cut in half.

This is a crystal clear challenge, and it rallied and motivated innovations which follow. The rest are details.
posted an update 13 days ago
view post
Post
512
GPT 4.5 has pulled off a pretty decent performance (on a par with Claude 3.7) but apparently there is no new SOTA. OAI already stated that GPT 4.5 is not a frontier model.
onekq-ai/WebApp1K-models-leaderboard

No SOTA for new models by both OAI and Anthropic. This is not a coincidence. You cannot make everyone happy when more and more workflows and applications use a single model.

Vertical models will inevitably rise.
posted an update 15 days ago
view post
Post
2760
Necessity is mother of invention. To understand ⚑FlashMLA⚑ by
πŸ‹DeepSeek πŸ‹, the first question to ask is why.

The keyword here is H800, a lower-end product tailored for export control. The purpose here is to squeeze out as much performance as possible.

But here is the most important takeaway: this invention benefits EVERYONE.
  • 2 replies
Β·
replied to their post 16 days ago
posted an update 17 days ago
view post
Post
2134
Huge disappointment to Claude Sonnet 3.7 😞 Big performance regression. Worse than the June version in 2024. πŸ‘Ž
onekq-ai/WebApp1K-models-leaderboard

I'm sure though this version improves on something, only not the thing my leaderboard measures. This proves the point that no model can be the best on everything.
  • 2 replies
Β·
posted an update 20 days ago
view post
Post
2050
Still waiting for πŸ‘½GrokπŸ‘½ 3 API βŒ›πŸ˜žπŸ˜«
replied to their post 24 days ago
view reply

Done. So I understand this: you do not change model weights, but rather tweak the inference logic? Somehow remind me of speculative decoding.

replied to their post 27 days ago
view reply

Sure, this is what I intend to do.

But a HF πŸ€— collection cannot include anything outside HF πŸ€—. It has to be a dataset, model, space, or paper. Do you have anything like those?

posted an update 28 days ago
view post
Post
1783
R1 is still trending. Here is a collection of works trying to replicate R1.
onekq-ai/r1-reproduction-works-67a93f2fb8b21202c9eedf0b

Players include Huggingface (Open R1), Stanford (simple scaling), Berkeley (Bespoke, Open thoughts, etc.), ServiceNow, etc. I know there is another work from HKUST but couldn't find it on πŸ€—. Let me know if I miss any teams.
  • 5 replies
Β·
replied to their post about 1 month ago
replied to their post about 1 month ago
view reply

And their python package too 😜

Having AI to do the refactor is a great idea though. It will be breaking change if you switch your model from non-reasoning to reasoning.

posted an update about 1 month ago
view post
Post
1683
o3-mini is slightly better than R1, but lags behind Claude. Sorry folks, no new SOTA πŸ˜•

But OAI definitely owns the fashion of API. temperature and top_p are history now, reasoning_effort will be copied by other vendors.

onekq-ai/WebApp1K-models-leaderboard
Β·
posted an update about 1 month ago
view post
Post
1320
Mistral Small 3 is SUPER fast, and highest score for 20+b model, but still 11 points below Qwen 2.5 coder 32b.

I believe specialty model is the future. The more you know what to do with the model, the better bang you can get for your buck. If Mistral scopes this small model to coding only, I'm confident they can beat Qwen.

One day my leaderboard will be dominated by smol models excellent on one thing, not monolithic ones costing $$$. And I'm looking forward to that.

onekq-ai/WebApp1K-models-leaderboard
  • 1 reply
Β·