Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
303 |
-
|
304 |
-
|
|
|
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>
|