Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,8 @@ DESCRIPTION = """\
|
|
18 |
<center>This is a official demo of <a href=https://huggingface.co/LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct>LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct</a>, fine-tuned for instruction following.</center>
|
19 |
|
20 |
<center>π For more details, please check <a href=https://www.lgresearch.ai/blog/view?seq=507>our blog</a> or <a href=https://arxiv.org/abs/2412.04862>technical report</a></center>
|
|
|
|
|
21 |
"""
|
22 |
|
23 |
MAX_NEW_TOKENS = 2048
|
|
|
18 |
<center>This is a official demo of <a href=https://huggingface.co/LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct>LGAI-EXAONE/EXAONE-3.5-7.8B-Instruct</a>, fine-tuned for instruction following.</center>
|
19 |
|
20 |
<center>π For more details, please check <a href=https://www.lgresearch.ai/blog/view?seq=507>our blog</a> or <a href=https://arxiv.org/abs/2412.04862>technical report</a></center>
|
21 |
+
|
22 |
+
#### <center> EXAONE-3.5-2.4B-Instruct and EXAONE-3.5-32B-Instruct Demo Coming Soon.. </center>
|
23 |
"""
|
24 |
|
25 |
MAX_NEW_TOKENS = 2048
|