DeepMind’s New Language Model, Chinchilla
11–20 of 145 posts
Re: DeepMind’s New Language Model, Chinchilla
#12Earlier quoted context omitted.
There is probably a space-time trade off that needs to be explored in this space. It might be possible to preload the some of the most likely tokens to be selected next into the cache and/or RAM. These are glorified auto-complete algorithms that are poorly understood, as DeepMind's optimizations appear to show. For the English language, it is probable that there are only so many possible grammatically correct selecti…
Glorified autocomplete? Autocomplete can guess the next word .. sometimes, GPT-3 goes hundreds of words ahead. On generic topics it can be hard to distinguish from human text. And it can't cache tokens because all tokens are evaluated in the context of all the other tokens, so they don't have the same representations when they reoccur at different positions.
But, yes, tokens are chosen one word as a time based on the previous content, similar to earlier auto-completion algorithms.
Re: DeepMind’s New Language Model, Chinchilla
#13If these things get put on specialized hardware for inference with much lower energy costs, the world will never be the same.
Re: DeepMind’s New Language Model, Chinchilla
#14I have to ask, why call it that? I had a chuckle once I saw the name.
Large language models have a (recent) history of silly names. BERT, BART, ELMO, RoBERTa, BIGBIRD, PaLM, Megatron etc. Might as well go full nonsense.
Re: DeepMind’s New Language Model, Chinchilla
#15Re: DeepMind’s New Language Model, Chinchilla
#16Is there a good reference as to what a "parameter" is in this context? I've looked a few times, but the explanations don't make any sense to me.
Re: DeepMind’s New Language Model, Chinchilla
#17I have to ask, why call it that? I had a chuckle once I saw the name.
Re: DeepMind’s New Language Model, Chinchilla
#18I have to ask, why call it that? I had a chuckle once I saw the name.
Large language models have a (recent) history of silly names. BERT, BART, ELMO, RoBERTa, BIGBIRD, PaLM, Megatron etc. Might as well go full nonsense.
Re: DeepMind’s New Language Model, Chinchilla
#19Earlier quoted context omitted.
Large language models have a (recent) history of silly names. BERT, BART, ELMO, RoBERTa, BIGBIRD, PaLM, Megatron etc. Might as well go full nonsense.
True. I will add that it is customary to justify it by demonstrating it is some sort of acronym or contraction.
C
CH
CHI
CHIN
CHINC
CHINCH
CHINCHI
CHINCHIL
CHINCHILL
==> CHINCHILLA
HINCHILLA
INCHILLA
NCHILLA
CHILLA
HILLA
ILLA
LLA
LA
ARe: DeepMind’s New Language Model, Chinchilla
#20Is there much more data out there than what they’re already using?