this post was submitted on 24 Jul 2024
249 points (97.0% liked)

Technology

58072 readers
3051 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


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

This has been obvious for a while to those of us using GitHub Copilot for programming. Start a function, and then just keep hitting tab to let it autotype based on what it already wrote. It quickly devolves into strange and random bullshit. You gotta babysit it.

[–] [email protected] 13 points 1 month ago (1 children)

very unlikely to stem from model collapse. why would they use a worse model? it's probably because they neutered it or gave it less resources.

[–] [email protected] 11 points 1 month ago* (last edited 1 month ago) (1 children)

It learns from your own code as you type so it can offer more relevant suggestions unlike the web-based LLMs. So you can make it feed back on itself.

[–] booly 11 points 1 month ago

Where did you learn to write such shitty code?

I learned it from watching you!

[–] [email protected] 9 points 1 month ago (1 children)

Same thing with Stable Diffusion if you've ever used a generated image as an input and repeated the same prompt. You basically get a deep-fried copy.

[–] [email protected] 3 points 1 month ago (1 children)

img2img is not "training" the model. Completely different process.

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

Oh yeah, you're right. It's both degradation in some way, but through entirely different causes.