aixsatoshi commited on
Commit
96c1579
1 Parent(s): 28514c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -7,17 +7,16 @@ import os
7
  from threading import Thread
8
 
9
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
10
- MODEL_ID = "aixsatoshi/Llama-3-Elyza-Youko-moe-2x8B"
11
  MODELS = os.environ.get("MODELS")
12
  MODEL_NAME = MODELS.split("/")[-1]
13
 
14
- TITLE = "<h1><center>Llama-3-Elyza-Youko-moe-2x8B Chat webui</center></h1>"
15
 
16
  DESCRIPTION = f"""
17
  <h3>MODEL: <a href="https://hf.co/{MODELS}">{MODEL_NAME}</a></h3>
18
  <center>
19
- <p>Llama-3-Elyza-JA-8B is the large language model built by Elyza.
20
- <p>Llama-3-youko-8B is the large language model built by rinna.
21
  <br>
22
  Feel free to test without log.
23
  </p>
 
7
  from threading import Thread
8
 
9
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
10
+ MODEL_ID = "tokyotech-llm/Llama-3-Swallow-8B-Instruct-v0.1"
11
  MODELS = os.environ.get("MODELS")
12
  MODEL_NAME = MODELS.split("/")[-1]
13
 
14
+ TITLE = "<h1><center>Llama-3-Swallow-8B-Instruct-v0.1 Chat webui</center></h1>"
15
 
16
  DESCRIPTION = f"""
17
  <h3>MODEL: <a href="https://hf.co/{MODELS}">{MODEL_NAME}</a></h3>
18
  <center>
19
+ <p>Llama-3-Swallow-8B-Instruct-v0.1 is the large language model built by tokyotech-llm
 
20
  <br>
21
  Feel free to test without log.
22
  </p>