lkm2835 commited on
Commit
8ddcc27
β€’
1 Parent(s): 1a90a70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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