owao commited on
Commit
e664c09
·
verified ·
1 Parent(s): 92ad359

I guess little typo

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -53,7 +53,7 @@ The model was presented in the paper [Magistral](https://huggingface.co/papers/2
53
  - **Performance upgrade**: Magistral Small 1.2 should give you significantly better performance than Magistral Small 1.1 as seen in the [benchmark results](#benchmark-results).
54
  - **Better tone and persona**: You should experience better LaTeX and Markdown formatting, and shorter answers on easy general prompts.
55
  - **Finite generation**: The model is less likely to enter infinite generation loops.
56
- - **Special think tokens**: [THINK] and [/THINK] special tokens encapsulate the reasoning content in a thinking chunk. This makes it easier to parse the reasoning trace and prevents confusion when the '[THINK]' token is given as a string in the prompt.
57
  - **Reasoning prompt**: The reasoning prompt is given in the system prompt.
58
 
59
  ## Key Features
 
53
  - **Performance upgrade**: Magistral Small 1.2 should give you significantly better performance than Magistral Small 1.1 as seen in the [benchmark results](#benchmark-results).
54
  - **Better tone and persona**: You should experience better LaTeX and Markdown formatting, and shorter answers on easy general prompts.
55
  - **Finite generation**: The model is less likely to enter infinite generation loops.
56
+ - **Special think tokens**: [THINK] and [/THINK] special tokens encapsulate the reasoning content in a thinking chunk. This makes it easier to parse the reasoning trace and prevents confusion when the `<think>` token is given as a string in the prompt.
57
  - **Reasoning prompt**: The reasoning prompt is given in the system prompt.
58
 
59
  ## Key Features