This is great. Now, how do we inference these models economically? It appears there's some kind of competition to train larger and larger models, but the inferencing side of the story seems to be neglected?
When you say "inference", do you mean "interface", or is "inference" an ML term I'm not familiar with?
Megatron-Turing NLG 530B, the World’s Largest Generative Language Model
21–30 of 100 posts
Re: Megatron-Turing NLG 530B, the World’s Largest Generative Language Model
#22This is great. Now, how do we inference these models economically? It appears there's some kind of competition to train larger and larger models, but the inferencing side of the story seems to be neglected?
When you say "inference", do you mean "interface", or is "inference" an ML term I'm not familiar with?
Technically there is some very specific meaning to inference vs. prediction, but it's been heavily overloaded with meaning by now
Re: Megatron-Turing NLG 530B, the World’s Largest Generative Language Model
#23Training data has 0.339T tokens, less than the number of training parameters. A model like that could store all of the training text with 100B+ parameters left for computation.
For some reason this issue with model having insane amounts of weights but training data being small is not something that is an issue for modern NNs.
Re: Megatron-Turing NLG 530B, the World’s Largest Generative Language Model
#24This is great. Now, how do we inference these models economically? It appears there's some kind of competition to train larger and larger models, but the inferencing side of the story seems to be neglected?
Re: Megatron-Turing NLG 530B, the World’s Largest Generative Language Model
#25Re: Megatron-Turing NLG 530B, the World’s Largest Generative Language Model
#26What's really interesting is that these models are using some non-trivial portion of all easily accessible human writing -- yet humans learn language really well with significantly less input data. What's missing in the field to replicate human performance in learning?
Re: Megatron-Turing NLG 530B, the World’s Largest Generative Language Model
#27Re: Megatron-Turing NLG 530B, the World’s Largest Generative Language Model
#28So we now have models with 0.5 trillion parameters, each the weight of a connection in a neural network. Trillion-parameter models are surely within reach in the near term -- and that's only within two orders of magnitude of the number of synapses in the human brain, which is in the hundreds of trillions, give or take. To paraphrase the popular saying, a trillion here, a trillion there, and pretty soon you're talking…
Given how extremely bad we are at computing, there is hope (for ai) that the neurons or their circuits are not _that_ powerful after all.
Re: Megatron-Turing NLG 530B, the World’s Largest Generative Language Model
#29Re: Megatron-Turing NLG 530B, the World’s Largest Generative Language Model
#30Earlier quoted context omitted.
A 10 trillion parameter model was mentioned here: https://mobile.twitter.com/ethancaballero/status/14458268620...
That's MoE.