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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -169,7 +169,7 @@ $$ -\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 [here](blob/main/Codes/01%20-%20GRPO%20Training.py) and [here](blob/main/Codes/common/rewards.py), respectively.
173
 
174
  ### Phase 2: Breadth-Focused Supervised Fine-Tuning
175
 
 
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 [here](Codes/01%20-%20GRPO%20Training.py) and [here](Codes/common/rewards.py), respectively.
173
 
174
  ### Phase 2: Breadth-Focused Supervised Fine-Tuning
175