Jev 在分类器评测中质量与速度均胜出
Malte Ubl 将 TypeSafe AI 的 Jev 用于现有分类器评测,结果在质量上饱和评测集,速度比 Gemini 2.5 Flash Lite 快 6 倍。
作者在感兴趣场景中对比 Jev、Semif(qwen3.5-4B 分类头提取 logits)与自训练 BERT 类模型的性能,发现 Jev 优于 Semif,但略逊于自训练模型。
Recently I test the performance among Jev, Semif(qwen3.5-4B extract the logits from classification head) and my own fine-tuned bert-like model in one my interested scenario, Jev outperforms the Semif but a bit worse than mine