this post was submitted on 28 Feb 2024
41 points (100.0% liked)
LocalLLaMA
2841 readers
1 users here now
Welcome to LocalLLaMA! Here we discuss running and developing machine learning models at home. Lets explore cutting edge open source neural network technology together.
Get support from the community! Ask questions, share prompts, discuss benchmarks, get hyped at the latest and greatest model releases! Enjoy talking about our awesome hobby.
As ambassadors of the self-hosting machine learning community, we strive to support each other and share our enthusiasm in a positive constructive way.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Reading up on the speculation on the internet: There must be a caveat... There is probably a reason why they only trained up to 3B parameter models... I mean the team has the name Microsoft underneath and they should have access to enough GPUs. Maybe the training is super (computationally) expensive.
They say that the models would have to be trained from scratch, and so far that has always been super expensive.
Sure, I meant considerably more expensive than current methods... It's not really a downside if it's as expensive as other methods, because of the huge benefits it has after training is finished (on inference.)
If it's just that, the next base/foundation models would be surely conceptualized with this. And companies would soon pick up on it, since the initial investment in training would pay back quickly. And then you have like an 8x competetive advantage.
Ah, I thought you meant why the researchers themselves hadn't produced any larger models. AFAIK neither MS or OAI has released even a 7b model, they might have larger BitNet models which they only use internally.
Hmm. I meant kind of both. I think them not releasing a model isn't a good sign to begin with. That wouldn't matter if somebody picked it up. (What I read from the paper is that they did some training up to 3B(?!) and then scaled that up in some way to get some more measurements without actually training larger models. So also internally they don't seem to have any real larger models. But even the small models don't seem to have been published. I mean I also don't have any insight on what amount of GPUs the researchers/companies have sitting around or what they're currently working on and using them for. It's a considerable amount, though.)
It's only been a few weeks. I couldn't find a comprehensive test / follow-up of their approach yet. However last week they released some more information: https://github.com/microsoft/unilm/blob/master/bitnet/The-Era-of-1-bit-LLMs__Training_Tips_Code_FAQ.pdf
And I found this post from 2 days ago where someone did a small training run and published the loss curve.
And some people have started doing some implementations on Github. I'm not sure though where this is supposed to be going without availability of actual models.