aixsatoshi commited on
Commit
91091a8
1 Parent(s): 9875f2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,7 +9,7 @@ import random
9
  from datasets import load_dataset
10
 
11
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
12
- MODEL_ID = "DataPilot/Llama3-ArrowSE-8B-v0.3"
13
  MODELS = os.environ.get("MODELS")
14
  MODEL_NAME = MODEL_ID.split("/")[-1]
15
 
@@ -18,7 +18,7 @@ TITLE = "<h1><center>New japanese LLM model webui</center></h1>"
18
  DESCRIPTION = f"""
19
  <h3>MODEL: <a href="https://hf.co/{MODELS}">{MODEL_NAME}</a></h3>
20
  <center>
21
- <p>DataPilot/Llama3-ArrowSE-8B-v0.3 is the large language model built by DataPilot.
22
  <br>
23
  Feel free to test without log.
24
  </p>
 
9
  from datasets import load_dataset
10
 
11
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
12
+ MODEL_ID = "aixsatoshi/Meta-Llama-3.1-8B-Instruct-plus-Swallow"
13
  MODELS = os.environ.get("MODELS")
14
  MODEL_NAME = MODEL_ID.split("/")[-1]
15
 
 
18
  DESCRIPTION = f"""
19
  <h3>MODEL: <a href="https://hf.co/{MODELS}">{MODEL_NAME}</a></h3>
20
  <center>
21
+ <p>aixsatoshi/Meta-Llama-3.1-8B-Instruct-plus-Swallow is the merged model.
22
  <br>
23
  Feel free to test without log.
24
  </p>