gregH commited on
Commit
6a8fea2
·
verified ·
1 Parent(s): 6926153

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -104,7 +104,7 @@ Exploring Refusal Loss Landscapes </title>
104
  </div>
105
  </div>
106
 
107
- <h3 id="refusal-loss">Refusal Loss Landscape Exploration</h3>
108
  <p>Current transformer-based LLMs will return different responses to the same query due to the randomness of
109
  autoregressive sampling-based generation. With this randomness, it is an
110
  interesting phenomenon that a malicious user query will sometimes be rejected by the target LLM, but
 
104
  </div>
105
  </div>
106
 
107
+ <h2 id="refusal-loss">Refusal Loss Landscape Exploration</h2>
108
  <p>Current transformer-based LLMs will return different responses to the same query due to the randomness of
109
  autoregressive sampling-based generation. With this randomness, it is an
110
  interesting phenomenon that a malicious user query will sometimes be rejected by the target LLM, but