记录 BenchLocal 的每一次模型更新与功能迭代Tracking every model update and feature iteration on BenchLocal
Ornith-1.0-35B-Heretic-MTP-APEX(思考):
Ornith-1.0-35B-Heretic-MTP-APEX(无思考):
关键发现:heretic 模型必须开思考。无思考 + heretic 是反模式——重试多了 11 次但救不回能力短板。这与原版 35B MTP(无思考更稳)结论完全反转。
两个详情页的大分数(能力上限 / 实用得分)原本停留在原版 35B MTP 思考版的 93.5 / 75.5。原因是 html.replace() 多行匹配陷阱:"""\n""" 三引号写 old_text 时换行被规范化,但目标 HTML 里是单行。Big scores on both detail pages were stuck at original 93.5/75.5 due to html.replace() multi-line matching issue.
无思考页题目详情消失:errors 数组里 TC-03 写成 c:'Asked for Sarah's email...',ASCII 撇号 ' 跟外层字符串边界冲突导致整段 <script> 罢工。改成 Unicode 智能引号 ' (U+2019)。No-thinking page errors vanished: ASCII apostrophe inside Sarah's broke JS parser. Replaced with U+2019.
在「本地模型测试数据库」标题上方加 ⚠️ 非严谨学术评测,结果仅供参考与简单对比 一行小字,提醒读者测试场景有限不能作为模型质量的唯一标准。Added a disclaimer note above the hero title: ⚠️ Non-strict academic evaluation — results are for reference and rough comparison only.
Qwen-AgentWorld-35B-A3B-APEX-I-Compact 原版 + 思考模式:
Qwen-AgentWorld-35B-A3B-MTP-Uncensored 思考 + MTP:
Qwen-AgentWorld-35B-A3B-MTP-Uncensored 无思考:
新增 changelog.html 页面,记录每次模型测试和功能迭代Added changelog.html to track every model test and feature iteration