this post was submitted on 15 May 2024
656 points (100.0% liked)

TechTakes

1552 readers
128 users here now

Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.

This is not debate club. Unless it’s amusing debate.

For actually-good tech, you want our NotAwfulTech community

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Deceptichum@sh.itjust.works 6 points 8 months ago* (last edited 8 months ago) (11 children)

It doesn’t read on demand, it reads once when it’s being trained, and it later recalls what it learnt from that training.

Training LLMs takes a very long time and a lot of hardware power.

[–] DessertStorms@kbin.social 11 points 8 months ago* (last edited 8 months ago) (5 children)

It doesn’t read on demand

Yes, it does, from the information it was trained on (or - stored), which like you say, requires a lot of hardware power so it can be accessed on demand. It isn't just manifesting the information out of thin air, and it definitely doesn't "remember" in the same way we do (E: even the best photographic memory isn't the same as an indexable one).

[–] abruptly8951@lemmy.world 6 points 8 months ago (4 children)

It's definitely not indexed, we use RAG architectures to add indexing to data stores that we want the model to have direct access to, the relevant information is injected directly in the context (prompt). This can somewhat be equated to short term memory

The rest of the information is approximated in the weights of the neural network which gives the model general knowledge and intuition..akin to long term memory

[–] self@awful.systems 14 points 8 months ago

or it can be equated to a shitty database and lossy compression (with artifacts in the form of “hallucinations”), but that doesn’t make the tech sound particularly smart, does it?

but half the posts in your history are in this thread and that’s too many already

load more comments (3 replies)
load more comments (3 replies)
load more comments (8 replies)