Blog técnico de Jev y acceso temprano
El final del hilo de lanzamiento de Diogo enlaza al blog técnico oficial y al acceso temprano para seguir leyendo.
El autor comparte cómo implementó un modelo tipo JEV: concatenando el prompt en formato de pregunta y opciones y modificando Qwen3.5 9B para que funcione como 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