正在加载视频...

视频加载失败

Daniel Han wrote Unsloth, the reason half of open-source can fine-tune a model on one GPU instead of a cluster. He didn't optimize the math. He rewrote the kernels by hand, found bugs in everyone else's code, and made training 2 to 3 times faster with zero accuracy loss....

30,856 次观看 • 3 个月前 •via X (Twitter)

12 条评论

hrabiapolski 的头像
hrabiapolski3 个月前

its really good info

zostaff 的头像
zostaff3 个月前

this guy make our future

h100envy 的头像
h100envy3 个月前

true 100%

Iana‧₊˚ 的头像
Iana‧₊˚3 个月前

most infra work doesn't touch this many runs

0xSlyth 的头像
0xSlyth3 个月前

rewrote the game no one saw it coming

The real Burgstall 的头像
The real Burgstall2 个月前

@chrisbward He's a legend

Nekt0 的头像
Nekt02 个月前

Good bro

💫ℹ️🐚▪️🌐💺🗨️🚨®️ 的头像
💫ℹ️🐚▪️🌐💺🗨️🚨®️2 个月前

He is a genius. He single handedly done more work for the open-source Ai world .

David Roth 🇺🇸 的头像
David Roth 🇺🇸2 个月前

Excellent insight! Loved the questions and responses---genuine curiosity meets knowledgeable enthusiasm.

h100envy 的头像
h100envy2 个月前

Ty my friend, i glad for you

AI Mastery Guide 的头像
AI Mastery Guide2 个月前

One guy quietly making everyone's GPU enough, that's a wild contribution 🔥

🧪Juice 🧃 的头像
🧪Juice 🧃2 个月前

Unsloth works great. I built an auto training tool with it as my back end.

相关视频

Dario Amodei was asked whether open source will eventually gut Anthropic's business. He didn't defend the moat. He didn't argue closed beats open. He said the whole question is a red herring. That is the reframe. And it flips how the industry keeps scoring this race. The conventional narrative is inherited from the last era of tech: open source wins because anyone can read the code, anyone improves it, contributions stack, and eventually the free thing catches the paid thing. Investors have a full lexicon for it. Commoditization. Which layer captures the value. Everyone repeats it. Amodei says the analogy breaks at the root. It's called open weights, not open source, for a reason: you can't see inside the model. So the thing that actually made open source powerful elsewhere, many people reading and additively improving shared code, never transfers. You just get a large file of numbers. Now here's where it gets interesting. The second engine isn't ideology. It's infrastructure. Free isn't free. Someone still has to host it. These are big models, and they're hard to run inference on. Someone has to make that fast. And the capabilities people assume only open weights unlock fine tuning, steering, inspecting activations labs are increasingly serving on their own clouds anyway. When DeepSeek shipped, he says he never asked whether it was open. He asked one thing: is it a good model, and is it better than us. That's the only axis he competes on. He even inverts the usual edge. Coming from outside that investor lexicon, he thinks knowing none of it lets him predict this better than the people fluent in it. He is not defending closed models. He is saying the scoreboard everyone is watching measures the wrong thing. The uncomfortable question if the free model still needs someone to run it, was the moat ever the weights, or always the machine underneath ?

Vikram M

58,688 次观看 • 2 个月前

Small Language Models (SML) are the future of AI. "Small" (SML) instead of "Large" (LLM). These small models are highly specialized models with superhuman abilities on specific tasks. Here are two techniques to build these models: • Spectrum • Model Merging I give you a short introduction in the attached video, but here is a quick summary: Spectrum helps us identify the most relevant layers to solve one specific task. We can ignore everything else and focus on fine-tuning these layers. Using Spectrum, we can fine-tune models in a heartbeat. Model Merging combines multiple models into a unique, much better model than any of the individual input models. You can also combine models specialized in different tasks and get a model with multiple abilities. This is the state of the art of productizing models. It's what Arcee.ai's platform does behind the scenes. Arcee collaborated with me on this post and is sponsoring it. There are three main steps to produce a model for your particular use case: 1. You create a dataset by uploading your data. 2. You train a model. At this step, Arcee uses Spectrum and Model Merging to produce a highly specialized model for your task. 3. You can deploy that model to any environment you want. Three important notes: • Training process is 2x faster and 2x cheaper than regular fine-tuning. • Resultant models are smaller and have higher accuracy. • They create these specialized models from open-source models. Check this site so you can fully appreciate how this works: If you want to fine-tune an open-source model, consider Arcee's platform. This is the state of the art.

Santiago

164,162 次观看 • 2 年前