If the model weights aren’t open source, the model isn’t open source in my opinion. It’s not like a switch transformer is that much more complicated to slap into pytorch than any other new research. Also in my personal opinion, while yes this model performs great, it’s ridiculously parameter inefficient. 1.6T parameters is 3.12TB using bfloat 16. I’d rather take 7x longer to train and have a model I can actually put…
Google Open-Sources Trillion-Parameter AI Language Model Switch Transformer
21–30 of 78 posts
Re: Google Open-Sources Trillion-Parameter AI Language Model Switch Transformer
#22Since this type of model can be used for the task of "question answering", would it be possible to create a search engine with this type of model?
You could make something like an "expert system" with it. But since it doesn't seem to link back to the source, you'd never know if it was giving you a real answer or just making something up.
Re: Google Open-Sources Trillion-Parameter AI Language Model Switch Transformer
#23Re: Google Open-Sources Trillion-Parameter AI Language Model Switch Transformer
#24Can someone translate this post into english for those of us not imbued with AI knowledge?
The advantage, as they show, is that the model can train to a given level of performance much faster with a fixed amount of computing power compared to an architecture that uses all parameters on every step. This might be because it allows you to have a very large number of parameters that can store a lot more specialized information without incurring as much of a computational cost. Of course the downside is that you end up with a very large model that literally won't fit in a lot of environments.
Re: Google Open-Sources Trillion-Parameter AI Language Model Switch Transformer
#25Earlier quoted context omitted.
If I did the math right it would be 3.12TB of weights, maybe they are trying to upload it to gdrive still. (/s, probably)
They released more data than that for their Google Books n-grams datasets: https://storage.googleapis.com/books/ngrams/books/datasetsv3... (I don't remember exactly how much it is, but I remember that the old version was already in the terabytes.)
Re: Google Open-Sources Trillion-Parameter AI Language Model Switch Transformer
#26Can someone describe what the lexical reality of 3.5T inputs actually means?
I feel like this is 'Deep Memorization' instead of 'Deep Learning'.
Like a Doctor who passes everything merely by memorizing the textbook with absolutely no ability beyond that.
Re: Google Open-Sources Trillion-Parameter AI Language Model Switch Transformer
#27Re: Google Open-Sources Trillion-Parameter AI Language Model Switch Transformer
#28lol they didn’t open source the model weights
If I did the math right it would be 3.12TB of weights, maybe they are trying to upload it to gdrive still. (/s, probably)
Re: Google Open-Sources Trillion-Parameter AI Language Model Switch Transformer
#29Would GDPR or other regulation apply to the data that these model is trained with? Is it not a risk that the model will record some private information in someone's email?
Re: Google Open-Sources Trillion-Parameter AI Language Model Switch Transformer
#30Earlier quoted context omitted.
> it’s ridiculously parameter inefficient How do you know that? Perhaps with this methodology you really need those 3.12TB to reach comparable performance?
I beg to disagree. [1] provides one with a whole-data-set training method (ADMM, one of such methods). Page 8 contains figure 2(b) - accuracy of training after specified amount of time. Note that ADMM start where stochastic gradient stops. [1] https://arxiv.org/pdf/1605.02026.pdf At [2] I tried to apply logistic regression trained using reweighted least squares algorithm on the same Higgs boson data set. I've got the…
Google Research is pretty big, I used to think like you did but I think it's mostly b/c DeepMind just hogs all the spotlight.
Check out PRESS [0] for example.