91 comments

[ 1.8 ms ] story [ 79.6 ms ] thread
I love these kinds of educational implementations.

I want to really praise the (unintentional?) nod to Nagel, by limiting capabilities to representation of a fish, the user is immediately able to understand the constraints. It can only talk like a fish cause it’s very simple

Especially compared to public models, thats a really simple correspondence to grok intuitively (small LLM > only as verbose as a fish, larger LLM > more verbose) so kudos to the author for making that simple and fun.

Adorable! Maybe a personality that speaks in emojis?
Would have been funny if it were called "DORY" due to memory recall issues of the fish vs LLMs similar recall issues :)
> you're my favorite big shape. my mouth are happy when you're here.

Laughed loudly :-D

(comment deleted)
I... wow, you made an LLM that can actually tell jokes?
Hm, I can actually try the training on my GPU. One of the things I want to try next. Maybe a bit more complex than a fish :)
I think this is a nice project because it is end to end and serves its goal well. Good job! It's a good example how someone might do something similar for a specific purpose. There are other visualizers that explain different aspects of LLMs but this is a good applied example.
Love it! I think it's important to understand how the tools we use (and will only increasingly use) work under the hood.
This is so cool! I'd love to see a write-up on how made it, and what you referenced because designing neural networks always feel like a maze ;)
how's it handle longer context or does it start hallucinating after like 2 sentences? curious what the ceiling is before the 9M params
I like the idea, just that the examples are reproduced from the training data set.

How does it handle unknown queries?

This is probably a consequence of the training data being fully lowercase:

You> hello Guppy> hi. did you bring micro pellets.

You> HELLO Guppy> i don't know what it means but it's mine.

Why are there so many dead comments from new accounts?