This projects shares similarities with Minix. Minix is still used at universities as an educational tool for teaching operating system design. Minix is the operating system that taught Linus Torvalds how to design (monolithic) operating systems. Similarly having students adding capabilities to GuppyLM is a good way to learn LLM design.
Show HN: I built a tiny LLM to demystify how language models work
111–120 of 174 posts
Re: Show HN: I built a tiny LLM to demystify how language models work
#112Re: Show HN: I built a tiny LLM to demystify how language models work
#113Re: Show HN: I built a tiny LLM to demystify how language models work
#114Earlier quoted context omitted.
Who cares how it compares, it's not a product it's a cool project
Even cool projects can learn from others. Maybe they missed something that could benefit the project, or made some interesting technical choice that gives a different result. For the readers/learners, it's useful to understand the differences so we know what details matter, and which are just stylistic choices. This isn't art; it's science & engineering.
Re: Show HN: I built a tiny LLM to demystify how language models work
#115Re: Show HN: I built a tiny LLM to demystify how language models work
#116Re: Show HN: I built a tiny LLM to demystify how language models work
#117Is there some documentation for this? The code is probably the simplest (Not So) Large Language Model implementation possible, but it is not straight forward to understand for developers not familiar with multi-head attention, ReLU FFN, LayerNorm and learned positional embeddings. This projects shares similarities with Minix. Minix is still used at universities as an educational tool for teaching operating system des…
Re: Show HN: I built a tiny LLM to demystify how language models work
#118Could it be possible to train LLM only through the chat messages without any other data or input? If Guppy doesn't know regular expressions yet, could I teach it to it just by conversation? It's a fish so it wouldn't probably understand much about my blabbing, but would be interesting to give it a try. Or is there some hard architectural limit in the current LLM's, that the training needs to be done offline and with…
Re: Show HN: I built a tiny LLM to demystify how language models work
#119Re: Show HN: I built a tiny LLM to demystify how language models work
#120Earlier quoted context omitted.
Even cool projects can learn from others. Maybe they missed something that could benefit the project, or made some interesting technical choice that gives a different result. For the readers/learners, it's useful to understand the differences so we know what details matter, and which are just stylistic choices. This isn't art; it's science & engineering.
But it isn't the OP's responsibility to compare their project to all other projects. The GP could themselves perform the comparison and post their thoughts instead of asking an open ended question.