CamiloVega commited on
Commit
f3affeb
·
verified ·
1 Parent(s): 9c9c33d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -299,9 +299,10 @@ try:
299
  </div>
300
  <div style="border-top: 1px solid #ddd; padding-top: 15px;">
301
  <p style="color: #666; font-size: 14px;">
302
- <strong>Important note:</strong> This application uses Meta's Llama 2 (7B parameters) model.
303
- The water consumption calculations per token (input/output) are based on the
304
- general conclusions from the cited paper about large language models.
 
305
  </p>
306
  </div>
307
  </div>
 
299
  </div>
300
  <div style="border-top: 1px solid #ddd; padding-top: 15px;">
301
  <p style="color: #666; font-size: 14px;">
302
+ <strong>Important note:</strong> This application uses Meta Llama-2-7b model
303
+ instead of GPT-3 for availability and cost reasons. However,
304
+ the water consumption calculations per token (input/output) are based on the
305
+ conclusions from the cited paper.
306
  </p>
307
  </div>
308
  </div>