출시 스레드에서 Jev 기술 블로그로
Diogo의 출시 스레드 끝에는 공식 기술 블로그와 얼리 액세스 진입점이 링크되어 있어 모델 원리와 제품 설명을 더 확인할 수 있습니다.
작성자는 JEV 유사 모델 구현 방법을 공유했다. 프롬프트를 질문과 선택지 형식으로 연결하고 Qwen3.5 9B를 JEV처럼 동작하도록 수정했다.
I implemented a JEV-like thing myself Specifically, I modified Qwen3.5 9B to make it work like JEV The method is very simple, First, concatenate the prompt into the following format: Question:xxxxx Choices 1.xx 2.xx … A.xx B.xx … Answer number/letter only Finally, modify the