Spaces:
Runtime error
Runtime error
Fix link (#1)
Browse files- Fix link (30eb2b4c9fcffc86a0185d3d1a4c38bb1cb0d4c8)
app.py
CHANGED
@@ -25,7 +25,7 @@ DESCRIPTION = """\
|
|
25 |
|
26 |
Gemma 2 is Google's latest iteration of open LLMs.
|
27 |
This is a demo of [`google/gemma-2-9b-it`](https://huggingface.co/google/gemma-2-9b-it), fine-tuned for instruction following.
|
28 |
-
For more details, please check [our post](https://huggingface.co/blog/
|
29 |
"""
|
30 |
|
31 |
MAX_MAX_NEW_TOKENS = 2048
|
|
|
25 |
|
26 |
Gemma 2 is Google's latest iteration of open LLMs.
|
27 |
This is a demo of [`google/gemma-2-9b-it`](https://huggingface.co/google/gemma-2-9b-it), fine-tuned for instruction following.
|
28 |
+
For more details, please check [our post](https://huggingface.co/blog/gemma2).
|
29 |
"""
|
30 |
|
31 |
MAX_MAX_NEW_TOKENS = 2048
|