Spaces:
Running
on
Zero
Running
on
Zero
aixsatoshi
commited on
Commit
•
9875f2e
1
Parent(s):
82b85f5
Update app.py
Browse files
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 = "
|
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>
|
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 = "DataPilot/Llama3-ArrowSE-8B-v0.3"
|
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>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>
|