junlinzhang commited on
Commit
521cd2e
·
verified ·
1 Parent(s): 51e5928

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -17,8 +17,10 @@ library_name: transformers
17
  # VibeThinker-3B
18
 
19
  <blockquote style="border-left: 4px solid #ff6b6b; background-color: #fff5f5; padding: 10px 15px; margin: 10px 0; color: #cc3333;">
20
- <span style="font-weight: bold;">🚨 </span> This model was not trained on tool-calling or agent-based programming data. We therefore do not recommend using it for tasks that involve function calling, API orchestration, or autonomous coding agents.
21
  For programming tasks, we recommend using this model on competitive programming problems (e.g., LeetCode-style).
 
 
22
  </blockquote>
23
 
24
  <p align="center"><a href="https://github.com/WeiboAI/VibeThinker">GitHub</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://modelscope.cn/models/WeiboAI/VibeThinker-3B">ModelScope</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://huggingface.co/papers/2606.16140">Technical Report</a></p>
 
17
  # VibeThinker-3B
18
 
19
  <blockquote style="border-left: 4px solid #ff6b6b; background-color: #fff5f5; padding: 10px 15px; margin: 10px 0; color: #cc3333;">
20
+ <span style="font-weight: bold;">🚨 </span> 1.This model was not trained on tool-calling or agent-based programming data. We therefore do not recommend using it for tasks that involve function calling, API orchestration, or autonomous coding agents.
21
  For programming tasks, we recommend using this model on competitive programming problems (e.g., LeetCode-style).
22
+ 2.If you are interested in testing advanced mathematical problems, you may use AMOBench(https://huggingface.co/datasets/meituan-longcat/AMO-Bench). It is a math problem set more challenging than the International Mathematical Olympiad (IMO), and standard answers are included. You can evaluate VibeThinker’s mathematical reasoning capability by comparing its outputs with those of other state-of-the-art mainstream models.
23
+ Note: Due to the extreme difficulty of the problems, we recommend raising the maximum token length of the model’s context window to 60K–100K.
24
  </blockquote>
25
 
26
  <p align="center"><a href="https://github.com/WeiboAI/VibeThinker">GitHub</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://modelscope.cn/models/WeiboAI/VibeThinker-3B">ModelScope</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://huggingface.co/papers/2606.16140">Technical Report</a></p>