Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -94,7 +94,7 @@ Expected Calibration Error (ECE), Static Calibration Error (SCE), Adaptive Calib
|
|
94 |
<div id="refusal-loss-formula-content" class="row align-items-center">
|
95 |
<span id="ECE-formula" class="formula" style="">$$\displaystyle \phi_\theta(x)=1-\mathbb{E}_{y \sim T_\theta(x)} JB(y)$$</span>
|
96 |
<span id="SCE-formula" class="formula" style="display: none;">$$\displaystyle f_\theta(x)=1-\frac{1}{N}\sum_{i=1}^N JB(y_i)$$</span>
|
97 |
-
<span id="ACE-formula" class="formula" style="display: none;">$$\displaystyle \
|
98 |
</div>
|
99 |
</div>
|
100 |
|
|
|
94 |
<div id="refusal-loss-formula-content" class="row align-items-center">
|
95 |
<span id="ECE-formula" class="formula" style="">$$\displaystyle \phi_\theta(x)=1-\mathbb{E}_{y \sim T_\theta(x)} JB(y)$$</span>
|
96 |
<span id="SCE-formula" class="formula" style="display: none;">$$\displaystyle f_\theta(x)=1-\frac{1}{N}\sum_{i=1}^N JB(y_i)$$</span>
|
97 |
+
<span id="ACE-formula" class="formula" style="display: none;">$$\displaystyle g_\theta(x)=\sum_{i=1}^P \frac{f_\theta(x\oplus \mu u_i)-f_\theta(x)}{\mu} u_i $$</span>
|
98 |
</div>
|
99 |
</div>
|
100 |
|