logoalt Hacker News

Show HN: Jevgpt – reinventing the wheel with another wheel

14 points • by kunggaochicken • last Wednesday at 10:14 PM • 1 comment • view on HN

Felt extra autistic today and made jev an autoregressive chatbot by classifier small token vocabularies.

https://github.com/giga-james/jevgpt

had some trouble getting it to explore enough token options so i did a small spec decoding pass to expand token vocab (jev as drafter and verifier lol)

it aint much and it aint honest work either


Comments

nico • today at 12:57 AM

This is amazing. I don't think I fully understand how it works, but the core of having Jev (or some classifier), generate the words/tokens it's going to output by picking/classifying the words/tokens, is very cool

Where do you see the biggest potential improvement gains?