switiz87 commited on
Commit
b4dacd4
β€’
1 Parent(s): ba77d39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -14,7 +14,8 @@ 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
- πŸ‘‰ For more details, please check [our blog] (https://www.lgresearch.ai/blog/view?seq=460), or [Technical Report] (https://arxiv.org/abs/2408.03541)
 
18
  """
19
 
20
  MAX_MAX_NEW_TOKENS = 4096
 
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