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

이 게시물은 Jev의 두 가지 특별한 점을 지적합니다: 텐서 로직을 그렇게 부르지 않고 구현하여 IF 인자를 미분 가능하게 만들고, 알려진 컨텍스트에 생성 토큰을 낭비하지 않습니다.
There are two things that are special that Jev did 1. They are doing tensor logic but don’t call it that, which is that they make the args for your IF differentiable 2. They don’t waste gen tokens on context you know 1 is just telling you that true false needs a gradient to be