Back to explore

Jev로 제1원리부터 LLM 구축: 분류기 기반 자기회귀 루프

저자는 Jev로 제1원리부터 LLM을 구축했다. 문자마다 29개의 예/아니오 질문으로 다음 키가 a–z, 공백, 쉼표, 마침표 중 무엇인지 예측하고, 최고 확률을 덧붙여 다시 루프에 넣는 분류기 기반 자기회귀 생성 과정이다.

i made an llm from first principles with Jev 29 yes/no questions per character: should the next key be a–z, space, comma, or period? highest probability gets append to it, then fed the updated text back in & repeat an autoregressive loop made out of a classifier

· 884 likesOpen on X