Jev와 텍스트 생성 모델의 차이
Jev는 자유 형식 텍스트를 생성하지 않습니다. Diogo는 병렬 의사결정과 토큰 단위 텍스트 생성의 차이를 비교 영상으로 설명합니다.

훈련 없이 저비용 오픈소스 LLM을 Jev와 같은 빠른 의사결정 모델로 전환하는 방법과 LLM이 어휘 점수로 다음 단어를 선택하는 원리를 설명합니다.
you can turn any low-cost open-source LLM into a Jev like fast decision model without training it. Here's how to do it: An LLM doesn't write text directly. At every step it scores every word in its vocabulary for how likely that word is to come next, and then it picks one. Those