this post was submitted on 09 Aug 2024
153 points (91.8% liked)

AI Generated Images

7062 readers
26 users here now

Community for AI image generation. Any models are allowed. Creativity is valuable! It is recommended to post the model used for reference, but not a rule.

No explicit violence, gore, or nudity.

This is not a NSFW community although exceptions are sometimes made. Any NSFW posts must be marked as NSFW and may be removed at any moderator's discretion. Any suggestive imagery may be removed at any time.

Refer to https://lemmynsfw.com/ for any NSFW imagery.

No misconduct: Harassment, Abuse or assault, Bullying, Illegal activity, Discrimination, Racism, Trolling, Bigotry.

AI Generated Videos are allowed under the same rules. Photosensitivity warning required for any flashing videos.

To embed images type:

“![](put image url in here)”

Follow all sh.itjust.works rules.


Community Challenge Past Entries

Related communities:

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 month ago (1 children)

I think that the connection which made the AI mention this episode is Johnny Depp, He appears in this episode, has the correct initials and together with Amber Heard had a sexual thing involving the word "couch".

LLMs are crazy kinds of associative machines which often work in really unpredictable ways...

[–] [email protected] 3 points 1 month ago

This is a particularly poor inquiry as "JD" is likely a single token that spans enormous locations in the training corpora.

It isn't an error on the part of the LLM. It is an error in understanding the tool, how it works, and the lack of specificity of the question.

If one were to call the prompt with the logits visible. It would clearly show the LLM had no clue what was being queried. The problem is that the tools shown to the public are massively oversimplified for generalization. Even the most advanced libraries and programs available to the public right now are all based on simplified basic example code implementations. If you go read the Transformers library's introduction page, it clearly lays out that the tool is in no way a comprehensive or complete implementation, and yet that is the central library all tools in the public space are built off of.

So friend, I'd counter that the tool is not crazy or unpredictable. It is extremely complex and in simplified form, it can be difficult to understand what has gone wrong. If the public was handed the true complexity, only the most advanced devs would ever figure it out in the first place.