DavidAU commited on
Commit
36b7db9
·
verified ·
1 Parent(s): a8e7e9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -62,7 +62,8 @@ and quants have the output tensor at Q8_0, with a few choice quants at f16 (16 b
62
  The "gated" strucure means the "reasoning model" is re-inforced by the other 7 models in the MOE during reasoning, and then during
63
  output generation / non-reasoning the non-reasoning model(s) take control.
64
 
65
- Also, with "gating" you can directly access/control the model(s) you want to use during instruction following and generation.
 
66
 
67
  This model is the "reasoning / gated version" of this model:
68
 
 
62
  The "gated" strucure means the "reasoning model" is re-inforced by the other 7 models in the MOE during reasoning, and then during
63
  output generation / non-reasoning the non-reasoning model(s) take control.
64
 
65
+ Also, with "gating" you can directly access/control the model(s) you want to use during instruction following and generation. This
66
+ is optional - you don't need to set this to use the model normally.
67
 
68
  This model is the "reasoning / gated version" of this model:
69