Viewing profile — rasbt
rasbt
HN member- Joined
- Fri, Jun 06, 2014, 5:23 PM UTC
- HN karma
- 1,717
- Public activity
- 262 items
- HN profile
- View on Hacker News ↗
About rasbt
Recent public activity
- story
-
comment
Comment #41489978
Thanks for sharing!
- story
- story
- story
- story
- story
-
comment
Comment #40681057
I disagree here: Setting up a large-scale pretraining run is super complex if you have to manage your distributed computing platform, but looking at how the training data looks lik…
-
comment
Comment #40680773
Agreed, understanding how a method works and how it would be done helps with developing an intuition for its limitations -- what it can and what it can't do
-
comment
Comment #40680719
thanks for mentioning, that makes me super happy to hear!
-
comment
Comment #40680622
I wouldn't pretrain from scratch, but continued pretraining is pretty popular for adapating LLMs to recent and/or custom data. (Sometimes this is referred to 'finetuning', however,…
-
comment
Comment #40680443
Thanks, glad that this is helpful!
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #39800257
Quoting from the readme, it embraces other executers, including torch.compile and also works with multiple GPUs: > Thunder is a source-to-source compiler for PyTorch. It makes PyTo…
- story
- story
-
comment
Comment #39492841
Yes, it's somewhat similar to the 2B model as it uses the same vocabulary size.
-
comment
Comment #39492330
Yes, it's definitely unfair to count it as a 7B model. In that case, we could call Llama 2, which is 6.6B parameters, a 6B (or even 5B) parameter model.