In my experience, the output from GPT-3, DALL-E, et al is similar to what you get from googling the prompt and stitching together snippets from the top results. These transformers are trained on "what was visible to google", which provides the limitation on their utility. I think of the value proposition of GPT-X as "what would you do with a team of hundreds of people who can solve arbitrary problems only by googling…
>"what would you do with a team of hundreds of people who can solve arbitrary problems only by googling them?" What would you do with a team of hundreds of people who can instantly access an archive comprising the sum total of digitized human knowledge and use it to solve problems?
GPT-Neo – Building a GPT-3-sized model, open source and free
211–220 of 260 posts
Re: GPT-Neo – Building a GPT-3-sized model, open source and free
#212Earlier quoted context omitted.
The model is huge and is currently run in the cloud on many machines.
It's only 175 billion parameters, so presumably it can fit on a single computer with 1024 GB RAM.
Re: GPT-Neo – Building a GPT-3-sized model, open source and free
#213Serious question: is there a warez scene for trained models yet? (I don't know how the model is accessed - are users of mainline GPT-3 given a .pb and a stack of NDAs, or do they have to access it through access-controlled API?) Wherever data is desired by many but held by a few, a pirate crew inevitably emerges.
Re: GPT-Neo – Building a GPT-3-sized model, open source and free
#214Re: GPT-Neo – Building a GPT-3-sized model, open source and free
#215I'd gladly contribute (power and) few of idle GTX cards I have to public peer/volunteer/seti@home-like project if result snapshot(s) are available publicly/to registered, active contributors.
Re: GPT-Neo – Building a GPT-3-sized model, open source and free
#216Re: GPT-Neo – Building a GPT-3-sized model, open source and free
#217Re: GPT-Neo – Building a GPT-3-sized model, open source and free
#218Re: GPT-Neo – Building a GPT-3-sized model, open source and free
#219Earlier quoted context omitted.
On CPU the latency would be absolutly prohibitive to the point of being useless.
For training yes, but not for inference.
Re: GPT-Neo – Building a GPT-3-sized model, open source and free
#220In my experience, the output from GPT-3, DALL-E, et al is similar to what you get from googling the prompt and stitching together snippets from the top results. These transformers are trained on "what was visible to google", which provides the limitation on their utility. I think of the value proposition of GPT-X as "what would you do with a team of hundreds of people who can solve arbitrary problems only by googling…
The current problem is that we don’t have a reliable, scalable way to merge in features of knowledge engines that have ontological relationships of entities with generative engines that are good for making more natural looking or sounding qualitative output. There’s certainly research going on to join them together but it’s just not getting the kind of press releases as the generative and pattern recognition stuff th…