Commit
·
b4eb6f0
1
Parent(s):
fb9cf0f
Update app.py
Browse files
app.py
CHANGED
|
@@ -189,12 +189,12 @@ with gr.Blocks(
|
|
| 189 |
choices=[
|
| 190 |
# "OpenAssistant/oasst-sft-1-pythia-12b",
|
| 191 |
# "togethercomputer/GPT-NeoXT-Chat-Base-20B",
|
| 192 |
-
"Rallio67/joi2_20B_instruct_alpha",
|
| 193 |
"google/flan-t5-xxl",
|
| 194 |
"google/flan-ul2",
|
| 195 |
"bigscience/bloom",
|
| 196 |
"bigscience/bloomz",
|
| 197 |
-
"EleutherAI/gpt-neox-20b",
|
| 198 |
],
|
| 199 |
label="Model",
|
| 200 |
interactive=True,
|
|
|
|
| 189 |
choices=[
|
| 190 |
# "OpenAssistant/oasst-sft-1-pythia-12b",
|
| 191 |
# "togethercomputer/GPT-NeoXT-Chat-Base-20B",
|
| 192 |
+
# "Rallio67/joi2_20B_instruct_alpha",
|
| 193 |
"google/flan-t5-xxl",
|
| 194 |
"google/flan-ul2",
|
| 195 |
"bigscience/bloom",
|
| 196 |
"bigscience/bloomz",
|
| 197 |
+
# "EleutherAI/gpt-neox-20b",
|
| 198 |
],
|
| 199 |
label="Model",
|
| 200 |
interactive=True,
|