출시 스레드에서 Jev 기술 블로그로
Diogo의 출시 스레드 끝에는 공식 기술 블로그와 얼리 액세스 진입점이 링크되어 있어 모델 원리와 제품 설명을 더 확인할 수 있습니다.
저자는 모델 logits에 직접 접근하고 제한적 softmax를 적용하여 모든 모델을 Jev 유사 모델로 변환하는 방법을 보여주는 오픈소스 저장소를 공유하며, Qwen 3 1.7B q8이 로컬에서 VIZDOOM을 실행하는 데모를 소개합니다.
one can turn any model into a Jev like model by directly accessing model logits and applying restrictive softmax. here is a Repo and demonstration of Qwen 3 1.7B q8 running locally and playing VIZDOOM https://github.com/sabeel111/OpenSourceJev…