Update app.py
Browse files
app.py
CHANGED
@@ -13,11 +13,11 @@ MODEL = os.environ.get("MODEL_ID")
|
|
13 |
DESCRIPTION = """\
|
14 |
# EXAONE 3.0 7.8B Instruct
|
15 |
|
16 |
-
|
17 |
|
18 |
-
<center>This is a official demo of
|
19 |
|
20 |
-
<center>π For more details, please check
|
21 |
"""
|
22 |
|
23 |
MAX_MAX_NEW_TOKENS = 4096
|
|
|
13 |
DESCRIPTION = """\
|
14 |
# EXAONE 3.0 7.8B Instruct
|
15 |
|
16 |
+
###### We hope EXAONE continues to advance Expert AI with its effectiveness and bilingual skills.
|
17 |
|
18 |
+
<center>This is a official demo of <a href=https://huggingface.co/LGAI-EXAONE/EXAONE-3.0-7.8B-Instruct>LGAI-EXAONE/EXAONE-3.0-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=460>our blog</a> or <a href=https://arxiv.org/abs/2408.03541>technical report</a></center>
|
21 |
"""
|
22 |
|
23 |
MAX_MAX_NEW_TOKENS = 4096
|