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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -167,7 +167,7 @@ The confidence distribution component used normalized entropy to encourage balan
167
 
168
  $$ -\frac{1}{\log n}\sum_{j=1}^n p_j \log(p_j+\delta) $$
169
 
170
- where \\( n \\) is the number of confidence scores, \\( (p_j)_{1\leqslant j\leqslant n} \\) are the confidence scores, \\( \log n \\) is the maximum possible entropy 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
 
172
  The training code and the reward function code can be found <ins>here</ins> and <ins>here</ins>, respectively.
173
 
 
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
 
172
  The training code and the reward function code can be found <ins>here</ins> and <ins>here</ins>, respectively.
173