ewinregirgojr commited on
Commit
7fc773c
·
verified ·
1 Parent(s): d006253

Remove base column note from 8-metric table

Browse files
Files changed (1) hide show
  1. README.md +0 -8
README.md CHANGED
@@ -132,14 +132,6 @@ across all 8 metrics using a single consistent harness and held-out test slice:
132
  | no_repetition_rate | 0.9967 | 1.0000 | 0.3400 | -0.6600 |
133
  | stopped_cleanly_rate | 0.0000 | 0.1500 | 0.0000 | -0.1500 |
134
 
135
- **Important note on the Base column**: the base-model numbers above use the **same measurement
136
- conditions as the v2 release** — thinking mode ON with a limited token budget, under which the
137
- base model spends its whole budget reasoning inside `<think>...</think>` and rarely reaches a
138
- completed function call, producing the very low 0.0133 parseable rate. The v3 evaluation uses
139
- thinking mode OFF (`enable_thinking=False`), which yields a higher base-model parseable rate of
140
- 0.9333. Both measurements are real; they answer different questions and should not be compared
141
- directly across the two methodologies. See the *Results* section above for v3-era base numbers.
142
-
143
  **What the additional metrics mean:**
144
  - `no_schema_copy_rate` — the model did **not** copy the tool schema's own field description
145
  verbatim into an argument value.
 
132
  | no_repetition_rate | 0.9967 | 1.0000 | 0.3400 | -0.6600 |
133
  | stopped_cleanly_rate | 0.0000 | 0.1500 | 0.0000 | -0.1500 |
134
 
 
 
 
 
 
 
 
 
135
  **What the additional metrics mean:**
136
  - `no_schema_copy_rate` — the model did **not** copy the tool schema's own field description
137
  verbatim into an argument value.