ThomasFfefefef commited on
Commit
6d86124
·
1 Parent(s): 2f28407

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ article = """
10
  <p> To reset you need to reload the page </p>
11
  <h2> Parameters: </h2>
12
  <ul>
13
- <li>temperature: (sampling temperature) higher values means the model will take more risks.</li>
14
- <li>max_new_tokens: Max number of tokens in generation.</li>
15
  </ul>
16
 
17
  <img src='http://www.simoninithomas.com/test/gandalf.jpg', alt="Gandalf"/>"""
 
10
  <p> To reset you need to reload the page </p>
11
  <h2> Parameters: </h2>
12
  <ul>
13
+ <li><i>temperature</i>: (sampling temperature) higher values means the model will take more risks.</li>
14
+ <li><i>max_new_tokens</i>: Max number of tokens in generation.</li>
15
  </ul>
16
 
17
  <img src='http://www.simoninithomas.com/test/gandalf.jpg', alt="Gandalf"/>"""