Earlier quoted context omitted.
This one uses FP16, so you just need to have a server with >350GB of RAM. 512GB of DDR4 would set you back around two grand. A total cost of a server for this would probably be under $5k. Comparable to a good gaming rig.
It uses FP16 yes, but the question was about average people running them on their PCs. I don't think most PCs have fp16 support, so you'd have to do it in fp32, doubling the size. It's likely not so fast on a CPU either with that size, especially when using FP32.
GPT-3: A Disappointing Paper?
81–87 of 87 posts
Re: GPT-3: A Disappointing Paper?
#82Earlier quoted context omitted.
Not all models scale up well with more parameters. VAEs are not really exclusively a vision thing, they have been used in a variety of settings. Using VAEs for NLP is also nothing new, an early example is Bowman et al, 2015. https://arxiv.org/abs/1511.06349
What's new is that they are the first to eliminate the bottleneck that prevented VAES to beat transformers
Re: GPT-3: A Disappointing Paper?
#83Earlier quoted context omitted.
You have misunderstood Sutton's argument. Quoting Rich: One thing that should be learned from the bitter lesson is the great power of general purpose methods, of methods that continue to scale with increased computation even as the available computation becomes very great. The point isn't that improvements in our algorithms is unnecessary or unhelpful, rather that the algorithms we should focus on will be capable of…
I think this argument is neither here nor there. For computer vision problems, we use convnets, which are models inspired by a biological model of vision. By doing that we are embedding our preconceived notions of what vision is into our models instead of throwing compute and data at the problem. Earlier attempts using multi-layer perceptrons have been massive failures. Is this consistent with Sutton's analysis or co…
Rich used to be very bullish on neural nets, then somewhat dismissive of them (due to the fragility/inadequacy of FCNs), and then increasingly enthusiastic as the renewed interest demonstrated that those problems could be overcome-- e.g., through better initialization, training, and (as you note) different architecture choices. His main concern was whether a method could keep working as more resources became available, as otherwise you would tautologically end up with something short of true artificial intelligence.
The important thing is that the technique can scale with increasing data or compute without hitting a hard or soft limit.
Re: GPT-3: A Disappointing Paper?
#84Earlier quoted context omitted.
FYI, the MELBO bound in that paper is invalid. Their perplexity numbers using the MELBO bound are also invalid.
Where is the error? How much would that change their score of 4.6?
The mathematical/conceptual error is that they are assuming each test point is added to the "post-hoc aggregated" prior when they evaluate the bound. This is analogous to including a test point in the training set. Another version of this error would be adding a kernel centered on each test point to a kernel density estimator prior to evaluating test set NLL. In this case, obviously the best kernel has variance 0 and assigns arbitrarily high likelihood to the test data.
Re: GPT-3: A Disappointing Paper?
#85Re: GPT-3: A Disappointing Paper?
#86Earlier quoted context omitted.
Where is the error? How much would that change their score of 4.6?
The bound is completely invalid, as are the NLL/PPL numbers they report with the MELBO. Look at the equation. If they optimized it directly, it would be trivially driven to 0 by the identity function if we used a latent space equivalent to the input space. The MELBO just adds noiseless autoencoder reconstruction error to a constant offset equal to log of the test set size. This can be driven to zero by evaluating an…
Re: GPT-3: A Disappointing Paper?
#87Earlier quoted context omitted.
> As a human being... I know I'm cherry picking your post, sorry, but this line kinda stood out to me as funny but intriguing. Doesn't something like this go without saying? Or is GPT-3 advanced enough that we must now distinguish ourselves from the robots and the dogs?
Increase your context window ;) > But as an NLP academic researcher It is in opposition to that.