yafitzdev commited on
Commit
4b66447
·
verified ·
1 Parent(s): fd5e845

Clarify encoder and MoE output contracts

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -79,7 +79,7 @@ Example normalized JSON output:
79
  }
80
  ```
81
 
82
- The encoder does not output generated answers, explanations, citations, source spans, retrieval results, or experimental multitask-head fields.
83
 
84
  ## Intended Use
85
 
 
79
  }
80
  ```
81
 
82
+ The encoder does not output generated answers, explanations, citations, source spans, retrieval results, taxonomy/category tags, route IDs, scalar diagnostics, or experimental multitask-head fields. Taxonomy/category fields that appear in evaluation reports are benchmark metadata used for breakdowns; route, taxonomy, and scalar heads are part of the experimental MoE track, not the published nano encoder output contract.
83
 
84
  ## Intended Use
85