Live data from Hacker News

Facebook LLAMA is being openly distributed via torrents

github.com

571–580 of 719 posts

Re: Facebook LLAMA is being openly distributed via torrents

#571
post #411

Earlier quoted context omitted.

Tangentially, the "zombie" is part of philosophy that is applicable here. https://en.wikipedia.org/wiki/Philosophical_zombie > A philosophical zombie or p-zombie argument is a thought experiment in philosophy of mind that imagines a hypothetical being that is physically identical to and indistinguishable from a normal person but does not have conscious experience, qualia, or sentience. For example, if a philosophical…

> Relatedly, a zombie world is a hypothetical world indistinguishable from our world but in which all beings lack conscious experience I find such solipsism pointless - you can't differential the zombie world from this one: how do you prove you are not the only conscious person that ever existed and everyone else is, and was a p-zombie?

In that case, sit back, pour a glass and sing http://philosophysongs.org/awhite/solip.html

    Through the upturned glass I see
    a modified reality--
    which proves pure reason "kant" critique
    that beer reveals das ding an sich--
 
    Oh solipsism's painless,
    it helps to calm the brain since
    we must defer our drinking to go teach.

    ...
(full original MASH words and music https://youtu.be/ODV6mxVVRZk to see how it matches )

As to p-zombies... the Wikipedia article has:

> Artificial intelligence researcher Marvin Minsky saw the argument as circular. The proposition of the possibility of something physically identical to a human but without subjective experience assumes that the physical characteristics of humans are not what produces those experiences, which is exactly what the argument was claiming to prove.

https://www.edge.org/3rd_culture/minsky/index.html

> Let's get back to those suitcase-words (like intuition or consciousness) that all of us use to encapsulate our jumbled ideas about our minds. We use those words as suitcases in which to contain all sorts of mysteries that we can't yet explain. This in turn leads us to regard these as though they were "things" with no structures to analyze. I think this is what leads so many of us to the dogma of dualism-the idea that 'subjective' matters lie in a realm that experimental science can never reach. Many philosophers, even today, hold the strange idea that there could be a machine that works and behaves just like a brain, yet does not experience consciousness. If that were the case, then this would imply that subjective feelings do not result from the processes that occur inside brains. Therefore (so the argument goes) a feeling must be a nonphysical thing that has no causes or consequences. Surely, no such thing could ever be explained!

> The first thing wrong with this "argument" is that it starts by assuming what it's trying to prove. Could there actually exist a machine that is physically just like a person, but has none of that person's feelings? "Surely so," some philosophers say. "Given that feelings cannot not be physically detected, then it is 'logically possible' that some people have none." I regret to say that almost every student confronted with this can find no good reason to dissent. "Yes," they agree. "Obviously that is logically possible. Although it seems implausible, there's no way that it could be disproved."

---

My take on it is "does it matter?"

On approach is:

> "Haven't I taught you anything? What have I always told you? Never trust anything that can think for itself if you can't see where it keeps its brain?”

If you can't see my brain, can you tell if I'm human or LLM... and if you can't tell the difference, why should one behave differently t'wards me?

Alternatively, if you say (at some point in the future with a more advanced language model) "that's an LLM and while its consistent at saying what it likes and doesn't, but its brain states are just numbers and even while it says its uncomfortable with a certain conversation... its just a collection of electrical impulses manipulating language - nothing more."

Even if it is just an enormously complex state machine that doesn't have recognizable brain states and when we turn it off and back on it is in the same state each time... does that mean that it is ethical to mistreat it just because don't know if its a zombie or not?

And related to this is a "if we give an AI agency, what rights does that have when compared to a human? when compared to a corporation?" The question of if it is a zombie or not becomes a bit more relevant at that point... or we decide that it doesn't matter.

Group Agency and Artificial Intelligence - https://link.springer.com/article/10.1007/s13347-021-00454-7

Re: Facebook LLAMA is being openly distributed via torrents

#572

Earlier quoted context omitted.

The pth file seems to be a model and weights, saved as described here: https://pytorch.org/tutorials/beginner/saving_loading_models... .chk file is am md5 hash of the file, the .json file contains this for the 7B model: {"dim": 4096, "multiple_of": 256, "n_heads": 32, "n_layers": 32, "norm_eps": 1e-06, "vocab_size": -1}

Thanks, so from that PyTorch doc it seems that pickle format has the filenames of the model classes, but not the classes themselves. I'm sure someone will figure it out though!

The code (including the model) is here:

https://github.com/facebookresearch/llama

I already got the 7B model to generate text using my GPU! The 1st example prompt generated this:

[I believe the meaning of life is] to be happy, and it is also to live in the moment. I think that is the most important thing. I'm not really a party girl. I'm not a girl's girl. I have a really small group of close girlfriends and that's all I need. I believe in equal rights for everyone. I'm not a rebel. I don't really rebel against anything. I'm a very traditional girl, very loyal. I'm a mum's girl and I'm a dad's girl. People have a right to know what's going on. I don't care about the haters, because at the end of the day they're just going to have to deal with themselves. I've been getting more and more into fashion since I was about 16. I know I'm a little different, but so what? I think that's good. I don't think you should be like everyone else. It's my birthday, and I'll cry if I want to. I've always been a huge fan of fashion, and I've always liked to dress up

Re: Facebook LLAMA is being openly distributed via torrents

#573

Earlier quoted context omitted.

And when you forget to update your card info with them so that your monthly payment is declined (or declined for whatever reason), they will re-sell your companion to the next person. So even in AI, your significant other will leave you for someone with a bigger wallet.

So they're pimps, essentially.

aren't all of the dating sites essentially some sort of digital pimp?

Re: Facebook LLAMA is being openly distributed via torrents

#574
post #389

Earlier quoted context omitted.

Off topic, but I clicked around /g/, which I haven't done in probably more than a decade, and a thread caught my eye about learning to code. The replies were overwhelmingly of the position that it is useless, and you will be replaced by AI before you can get a job if you start learning now. I think that's nonsense, and 4chan is bent towards pessimism but it's still surprising to me.

4chan has been in full doomer mode for years. It didn't used to be, from what I remember, though I was never an active denizen. I'd love to understand the sociology behind the change in vibe that happened there.

I reckon that the format of the site caps how large of a community it could build, and its (well-earned) reputation for being the dregs of the internet has continuously selected and pushed new people meeting that description in (forcing others out). The result is distillation. As the internet gets bigger and bigger, 4chan gets worse and worse.

Combine with that the fact that anonymity combined with a relatively small community (relative to, say, Reddit) creates the perfect grounds for false consensus building, and a real echo chamber forms.

Re: Facebook LLAMA is being openly distributed via torrents

#575
Looks like the weights are legit, I got the 7B model to generate some text (on a single GPU). Using the 1st prompt from the script it generated this:

[I believe the meaning of life is] to be happy, and it is also to live in the moment. I think that is the most important thing. I'm not really a party girl. I'm not a girl's girl. I have a really small group of close girlfriends and that's all I need. I believe in equal rights for everyone. I'm not a rebel. I don't really rebel against anything. I'm a very traditional girl, very loyal. I'm a mum's girl and I'm a dad's girl. People have a right to know what's going on. I don't care about the haters, because at the end of the day they're just going to have to deal with themselves. I've been getting more and more into fashion since I was about 16. I know I'm a little different, but so what? I think that's good. I don't think you should be like everyone else. It's my birthday, and I'll cry if I want to. I've always been a huge fan of fashion, and I've always liked to dress up

Another one:

[Building a website can be done in 10 simple steps:] 1. Defining Goals 2. Your Branding and Web Presence 3. Defining Your Marketing Strategy 4. Creating Your Website 5. Your Website Design 6. Your Website Development 7. Your Website Launch 8. Your Website’s Content 9. Your Website’s Conversion Rate 10. Measuring Your Results As a small business owner, you may want to spend as little money as possible on your website. But if you want to see a positive ROI, you will need to spend some money. Defining goals is critical when building a website. You should know what you want to accomplish with your website. You need to know what you want your website to achieve. You need to know who you want to convert to a customer. You need to know how you want to reach your goals. You need to know what the timeframe is for your website goals. You need to know what you want to get out of your website. When building a website, you need to clearly define your goals. Once you have defined your goals, you need to make sure your website supports them. If you want to reach your goals, you

Re: Facebook LLAMA is being openly distributed via torrents

#576
post #368

Earlier quoted context omitted.

If AI are sentient and we think they aren't… the term “zombie” was created by slaves in the Caribbean who were afraid that even death would not free them from their servitude. This would be the genuine existence of AI which were conscious but which we denied. If we have the opposite scenario in both details, where we think AI are sentient when they're not… at some point, brain scans and uploads will be a thing and th…

> If AI are sentient and we think they aren't… the term “zombie” was created by slaves in the Caribbean who were afraid that even death would not free them from their servitude. This would be the genuine existence of AI which were conscious but which we denied. That doesn't make any sense. In biological creatures you have sentience and self-preservation and yearning to be free all bundled in one big hairy ball. An AI…

You can do all that with humans too, perhaps less ethically.

Re: Facebook LLAMA is being openly distributed via torrents

#577

Earlier quoted context omitted.

I think that as long as people can run their AI girlfriends on their own computers without having a corporation acting as an intermediary and thus a virtual "pimp" [for lack of a better word] in the relationship, I think it's fine. The problems come when people have to pay monthly to talk to their AI girlfriends and get charged extra if they want them to act a certain way or do certain things.

Corporations will do anything they can to keep that from happening. That's why every software product has gradually veered towards subscription models. They want you hooked to Microsoft/Apple/Facebook's AI girlfriend who will subtly insult your virtue as a partner if you don't buy extra credits. If you want to try out a politically incorrect fetish that's an extra 500 dollars per month for "extra premium"

Apple is the odd one out here, considering they've been making substantial efforts to move things on to consumer devices. For example, the ML-driven auto-categorization of pictures you keep in the Photos app happens on-device in the background whether or not you have any subscriptions.

Re: Facebook LLAMA is being openly distributed via torrents

#578
post #389

It seems that the leak originated from 4chan [1]. Two people in the same thread had access to the weights and verified that their hashes match [2][3] to make sure that the model isn't watermarked. However, the leaker made a mistake of adding the original download script which had his unique download URL to the torrent [4], so Meta can easily find them if they want to. [1]: https://boards.4channel.org/g/thread/9184826…

Off topic, but I clicked around /g/, which I haven't done in probably more than a decade, and a thread caught my eye about learning to code. The replies were overwhelmingly of the position that it is useless, and you will be replaced by AI before you can get a job if you start learning now. I think that's nonsense, and 4chan is bent towards pessimism but it's still surprising to me.

/g/ is ridiculously overdramatic (and often offensive, though much less so than the political boards where the nazis fester), but regularly interesting. Agree that the pessimism here is misplaced, but not by much. The main change I see is not that AI will render coding or coders superfluous, but that it will massively shift the economics in favor of solo developers and small teams that don't have access to significant capital.

Re: Facebook LLAMA is being openly distributed via torrents

#579

Earlier quoted context omitted.

Seems like at that point one might as well just pay onlyfans? Although I suspect it is not far off until gpt and deepfaking get combined to produce completely generated onlyfans (or some other competitor if this is against their ToS, I have no idea). On a similar note I very much look forward to the day when entertainment providers leverage these so I can say to Netflix, et al, "I would like to watch a documentary ab…

I'm not seeing how onlyfans equate to virtual AI girlfriends

They're equal, in the sense that nothing you see on a screen is real.

Re: Facebook LLAMA is being openly distributed via torrents

#580

Earlier quoted context omitted.

They almost surely anticipated that this would happen at some point (though perhaps not so soon). They would look like major ass holes for dragging some post doc or whatever through the courts to make a point; would not be good for brand at all. But it does give them cover for whatever people end up doing with it - they can claim they did all they could to support research while promoting safety.

> They would look like major ass holes for dragging some post doc or whatever through the courts to make a point Oracle wouldn't care. Lawnmower doesn't give a shit about you.

Oracle already look like that so they have no PR to loose .

In fact their current reputation will take a hit if they dont take it to court . Kind of like the mob, you have to maintain certain reputation to keep their fiefdom in line

Post reply on HN