Hacker News new | ask | show | jobs
by Rhapso 1059 days ago
FTR LLM embeddeds are a lot less efficient than ASCII for communication and are likely to stay that way.
1 comments

absolutely not. Transformer layers already communicate using embeddings, and ASCII would be absolutely less efficient there.
And how many bits are in an embedded vector?
12k for gpt3.
It is not bits, but weights
So somehow ascii is less information dense than 12k 32-bit floats per token?