Text Generation
Transformers
Safetensors
English
qwen2
conversational
text-generation-inference
krogoldAI commited on
Commit
82497be
·
verified ·
1 Parent(s): b55e6d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -165,7 +165,7 @@ The GRPO reward function evaluated outputs through a weighted combination of fiv
165
 
166
  The confidence distribution component used normalized entropy to encourage balanced probability distributions in ambiguous classifications, computed as:
167
 
168
- $$ -\frac{1}{\log n}\sum_{j=1}^n p_j \log(p_j+\delta) $$
169
 
170
  where \\( (p_j)_{1\leqslant j\leqslant n} \\) are the confidence scores and \\( \delta = 10^{-8} \\) is a small regularization constant. This penalizes overly skewed distributions (e.g., `0.99`/`0.01` splits) in favor of more balanced confidence allocations when multiple interpretations are plausible. Additional penalties were applied for structural issues (missing attributes) and for outputs that attempted to answer queries rather than analyze them.
171
 
 
165
 
166
  The confidence distribution component used normalized entropy to encourage balanced probability distributions in ambiguous classifications, computed as:
167
 
168
+ $$ -\frac{1}{\log n}\sum_{j=1}^n p_j \log(p_j+\delta), $$
169
 
170
  where \\( (p_j)_{1\leqslant j\leqslant n} \\) are the confidence scores and \\( \delta = 10^{-8} \\) is a small regularization constant. This penalizes overly skewed distributions (e.g., `0.99`/`0.01` splits) in favor of more balanced confidence allocations when multiple interpretations are plausible. Additional penalties were applied for structural issues (missing attributes) and for outputs that attempted to answer queries rather than analyze them.
171