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

영상은 일반적인 LLM이 텍스트나 JSON을 토큰 단위로 생성하며 각 토큰이 이전 토큰에 의존해 여러 순차 단계를 거쳐야 하는 반면, Jev는 다른 방식으로 작동한다고 설명한다.
The video is about the main difference between LLMs and Jev. Summary of this tweet from our friend: - A typical LLM generates text or JSON token by token. - Each token depends on the previous one; therefore, the model has to go through multiple sequential stages to produce a