• 4 Posts
  • 182 Comments
Joined 4 months ago
cake
Cake day: May 11th, 2024

help-circle





  • This is an inaccurate understanding of what’s going on. Under the hood is a neutral network with weights and biases, not a database of copyrighted work. That neutral network was trained on a HEAVILY filtered training set (as mentioned above, 45 terabytes was reduced to 570 GB for GPT3). Getting it to bug out and generate full sections of training data from its neutral network is a fun parlor trick, but you’re not going to use it to pirate a book. People do that the old fashioned way by just adding type:pdf to their common web search.



  • Just taking GPT 3 as an example, its training set was 45 terabytes, yes. But that set was filtered and processed down to about 570 GB. GPT 3 was only actually trained on that 570 GB. The model itself is about 700 GB. Much of the generalized intelligence of an LLM comes from abstraction to other contexts.

    Table 2.2 shows the final mixture of datasets that we used in training. The CommonCrawl data was downloaded from 41 shards of monthly CommonCrawl covering 2016 to 2019, constituting 45TB of compressed plaintext before filtering and 570GB after filtering, roughly equivalent to 400 billion byte-pair-encoded tokens. Language Models are Few-Shot Learners

    *Did some more looking, and that model size estimate assumes 32 bit float. It’s actually 16 bit, so the model size is 350GB… technically some compression after all!








  • Cannot be done with Mint? I’ve OS hopped every few years - currently running Windows 11 at work and Mint at home. I much prefer the Mint install. That said, I’m a video producer - and video production just isn’t there yet on Linux. CUDA’s a pain to get working, proprietary codecs add steps, Davinci’s linux support is more limited than it seems, KDenLive works in a pinch but lacks features, Adobe and Linux are like oil and water, there’s no equivalent for After Effects… I don’t doubt that there are workarounds for many of these issues. But the ROI’s not there yet. I’d love to see a video production focused distro that really aimed for full production suite functionality. Especially since Hackintoshes are about to get even harder to build.






  • The paper is kind of saying that as well. I added a quote to the post to help set the context a bit more. As I understand it, they’ve shown that an LLM contains a model of its “world” (training data) and that this model becomes a more meaningful map of that “world” the longer the model is trained. Notably, they haven’t shown that this model is actively employed when the LLM is generating text (robot commands in this case), only that it exists within the neural network and can be probed. And to be clear - its world is so dissimilar from ours, the form its understanding takes is likely to seem alien.