Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ DESCRIPTION = """\
|
|
15 |
|
16 |
This is a official demo of [LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct](https://huggingface.co/LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct), fine-tuned for instruction following.
|
17 |
|
18 |
-
π For more details, please check[our blog](https://www.lgresearch.ai/blog/view?seq=460) or [
|
19 |
"""
|
20 |
|
21 |
MAX_MAX_NEW_TOKENS = 4096
|
|
|
15 |
|
16 |
This is a official demo of [LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct](https://huggingface.co/LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct), fine-tuned for instruction following.
|
17 |
|
18 |
+
π For more details, please check [our blog](https://www.lgresearch.ai/blog/view?seq=460) or [technical report](https://arxiv.org/abs/2408.03541)
|
19 |
"""
|
20 |
|
21 |
MAX_MAX_NEW_TOKENS = 4096
|