返回探索

开发者自行复现 JEV 式模型:改造 Qwen3.5 9B

作者分享了自己实现类似 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

开发者自行复现 JEV 式模型:改造 Qwen3.5 9B 1开发者自行复现 JEV 式模型:改造 Qwen3.5 9B 2
· 9 次赞在 X 打开