FireLang/Matai-Special-Operations-Qwen2.5-14B-Instruct-int8
04
Power By 成都材智科技有限公司
目的:通过微调训练自定义运算符去测试大模型在微调方式下的泛化能力。
结果:效果很不错。
公司官网:https://www.mat.ai/home
微调数据
458条微调数据。
{"instruction": "理解运算符定义", "input": "??? 的数学定义是什么?", "output": "定义:(A + B)(A - B)\n含义:两数的和与差相乘"}
{"instruction": "理解运算符定义", "input": "### 的数学定义是什么?", "output": "定义:A×B + A + B\n含义:乘积与两数之和的叠加"}
{"instruction": "理解运算符定义", "input": "@@@ 的数学定义是什么?", "output": "定义:(A + B)²\n含义:完全平方公式"}
{"instruction": "理解运算符定义", "input": "%% 的数学定义是什么?", "output": "定义:(A×B) ÷ (A + B)\n含义:调和平均数"}
{"instruction": "理解运算符定义", "input": "&&& 的数学定义是什么?", "output": "定义:A³ - B³\n含义:立方差公式"}
{"instruction": "理解运算符定义", "input": "~~~ 的数学定义是什么?", "output": "定义:|A - B|\n含义:绝对差值"}
{"instruction": "理解运算符定义", "input": "$$$ 的数学定义是什么?", "output": "定义:⌊(A + B)/2⌋\n含义:向下取整平均值"}
{"instruction": "理解运算符定义", "input": "^^^ 的数学定义是什么?", "output": "定义:|A-B| + A×B\n含义:差绝对值与乘积之和"}
{"instruction": "理解运算符定义", "input": "*** 的数学定义是什么?", "output": "定义:A mod (B+1)\n含义:对B+1取模"}
{"instruction": "理解运算符定义", "input": "<> 的数学定义是什么?", "output": "定义:A + 2×B + 3×C\n含义:线性组合"}
微调前测试

微调后测试

计算正确
计算正确
计算正确
计算正确
乘法计算错误
小数点后面几位计算错误
计算正确
写出的flask案例竟然也是特殊运算符相关。
边界值测试
作者
王爵领导的团队制作
