Spaces:
Running
on
Zero
Running
on
Zero
aixsatoshi
commited on
Commit
•
ba1fd9d
1
Parent(s):
f219e72
Update app.py
Browse files
app.py
CHANGED
@@ -17,8 +17,8 @@ hf_hub_download(
|
|
17 |
)
|
18 |
|
19 |
hf_hub_download(
|
20 |
-
repo_id="bartowski/
|
21 |
-
filename="
|
22 |
local_dir="./models"
|
23 |
)
|
24 |
|
@@ -134,10 +134,10 @@ def create_interface(model_name, description):
|
|
134 |
|
135 |
# 各モデルのインターフェース
|
136 |
description_9b = """<p align="center">Gemma-2 9B it Model</p>"""
|
137 |
-
description_27b = """<p align="center">Gemma-2
|
138 |
|
139 |
interface_9b = create_interface('gemma-2-9b-it-Q5_K_M.gguf', description_9b)
|
140 |
-
interface_27b = create_interface('
|
141 |
|
142 |
# Gradio Blocksで2つのインターフェースを並べて表示
|
143 |
with gr.Blocks() as demo:
|
|
|
17 |
)
|
18 |
|
19 |
hf_hub_download(
|
20 |
+
repo_id="bartowski/Gemma-2-9B-It-SPPO-Iter3-GGUF",
|
21 |
+
filename="Gemma-2-9B-It-SPPO-Iter3-Q5_K_M.gguf",
|
22 |
local_dir="./models"
|
23 |
)
|
24 |
|
|
|
134 |
|
135 |
# 各モデルのインターフェース
|
136 |
description_9b = """<p align="center">Gemma-2 9B it Model</p>"""
|
137 |
+
description_27b = """<p align="center">Gemma-2 9B SPPO it Model</p>"""
|
138 |
|
139 |
interface_9b = create_interface('gemma-2-9b-it-Q5_K_M.gguf', description_9b)
|
140 |
+
interface_27b = create_interface('bartowski/Gemma-2-9B-It-SPPO-Iter3-GGUF', description_27b)
|
141 |
|
142 |
# Gradio Blocksで2つのインターフェースを並べて表示
|
143 |
with gr.Blocks() as demo:
|