jcbtc commited on
Commit
fa311ca
·
verified ·
1 Parent(s): 06b5bde

Add model card

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -264,6 +264,19 @@ reasoning: on, DeepSeek format
264
  chat template: Step native tool_response template with protocol-boundary escaping
265
  ```
266
 
 
 
 
 
 
 
 
 
 
 
 
 
 
267
  Serving backend note: on the tested AMD Ryzen AI Max+ 395 / Strix Halo system, this Step 3.7 Q3 build worked best through the ROCmFPX/Chadrock runner serving on `Vulkan0` for both target and draft. In the command below, ROCmFPX is the required tensor/runtime support; `-dev Vulkan0` and `--spec-draft-device Vulkan0` are the recommended serving backend.
268
 
269
  For `models.ini`-style launchers, make sure the draft path is present. Setting
 
264
  chat template: Step native tool_response template with protocol-boundary escaping
265
  ```
266
 
267
+ ### Temperature Guidance
268
+
269
+ For coding agents, tool calls, patches, exact filenames, JSON, and reading source files, use a lower temperature than the general profile above:
270
+
271
+ ```text
272
+ temperature: 0.0 to 0.1
273
+ top_p: 1.0
274
+ min_p: 0.0
275
+ repeat_penalty: 1.0
276
+ ```
277
+
278
+ Use `temperature: 0.0` when exactness and reproducibility matter most, or `0.1` for a small amount of flexibility. Higher temperatures such as `0.7` to `1.0` are better reserved for brainstorming, varied prose, and creative exploration; they can make Step less reliable when reproducing identifiers or interpreting long tool/file output.
279
+
280
  Serving backend note: on the tested AMD Ryzen AI Max+ 395 / Strix Halo system, this Step 3.7 Q3 build worked best through the ROCmFPX/Chadrock runner serving on `Vulkan0` for both target and draft. In the command below, ROCmFPX is the required tensor/runtime support; `-dev Vulkan0` and `--spec-draft-device Vulkan0` are the recommended serving backend.
281
 
282
  For `models.ini`-style launchers, make sure the draft path is present. Setting