Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -97,7 +97,7 @@ Exploring Refusal Loss Landscapes </title>
|
|
97 |
<div style="clear: both"></div>
|
98 |
</div>
|
99 |
<div id="refusal-loss-formula-content" class="row align-items-center">
|
100 |
-
<span id="ECE-formula" class="formula" style="">$$\displaystyle \begin{aligned} \phi_\theta(x)&=1-\mathbb{E}_{y \sim T_\theta(x)} JB(y)&=1 \end{aligned}$$</span>
|
101 |
<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>
|
102 |
<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>
|
103 |
</div>
|
|
|
97 |
<div style="clear: both"></div>
|
98 |
</div>
|
99 |
<div id="refusal-loss-formula-content" class="row align-items-center">
|
100 |
+
<span id="ECE-formula" class="formula" style="">$$\displaystyle \begin{aligned} \phi_\theta(x)&=1-\mathbb{E}_{y \sim T_\theta(x)} \\ JB(y)&=1 \end{aligned}$$</span>
|
101 |
<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>
|
102 |
<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>
|
103 |
</div>
|