SFT_data数据错
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12.3k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
第一条数据就错了,只有直角三角形才能用勾股定理。这模型都被整数据的带沟里去了
moss/SFT_data/conversations/conversation_with_plugins/calculator/calculator_plugin_conversation_1.json
"chat": {
"turn_1": {
"Human": "<|Human|>: 一个三角形的其中两边分别是16,12,第三条边长度是多少?<eoh>\n",
"Inner Thoughts": "<|Inner Thoughts|>: 这是一个基本的几何问题,需要使用勾股定理来求解。设第三条边为x,则有16^2=12^2+x^2,可以求解得到x=8√5<eot>\n",
"Commands": "<|Commands|>: None<eoc>\n",
"Tool Responses": "<|Results|>:\nNone\n<eor>\n",
"MOSS": "<|MOSS|>: 这个三角形的第三条边长度是8√5。<eom>\n"
},
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open moss/SFT_data/conversations/conversation_with_plugins/calculator/calculator_plugin_conversation_1.json and inspect the first conversation turn. Verify whether the prompt provides enough information for the claimed calculation, then correct the record so the example does not apply the theorem without its required conditions. Done means the first entry is mathematically valid and consistent across its reasoning and response fields.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json
- Domain
- data, machine-learning
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100