lkm2835 commited on
Commit
136c7a1
β€’
1 Parent(s): 9c27a5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -13,9 +13,11 @@ MODEL = os.environ.get("MODEL_ID")
13
  DESCRIPTION = """\
14
  # EXAONE 3.0 7.8B Instruct
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
 
13
  DESCRIPTION = """\
14
  # EXAONE 3.0 7.8B Instruct
15
 
16
+ <center>We hope EXAONE continues to advance Expert AI with its effectiveness and bilingual skills.</center>
17
 
18
+ <center>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.</center>
19
+
20
+ <center>πŸ‘‹ For more details, please check [our blog](https://www.lgresearch.ai/blog/view?seq=460) or [technical report](https://arxiv.org/abs/2408.03541)</center>
21
  """
22
 
23
  MAX_MAX_NEW_TOKENS = 4096