Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,7 +75,11 @@ def choose_model(name):
|
|
| 75 |
io = gr.Interface(
|
| 76 |
inference,
|
| 77 |
inputs = [
|
| 78 |
-
gr.Dropdown(["s3nh/pythia-1.4b-deduped-16k-steps-self-instruct-polish", "s3nh/pythia-410m-91k-steps-self-instruct-polish", "s3nh/tiny-gpt2-instruct-polish"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
gr.Textbox(
|
| 80 |
lines = 3,
|
| 81 |
max_lines = 10,
|
|
|
|
| 75 |
io = gr.Interface(
|
| 76 |
inference,
|
| 77 |
inputs = [
|
| 78 |
+
gr.Dropdown(["s3nh/pythia-1.4b-deduped-16k-steps-self-instruct-polish", "s3nh/pythia-410m-91k-steps-self-instruct-polish", "s3nh/tiny-gpt2-instruct-polish",
|
| 79 |
+
"s3nh/pythia-410m-103k-steps-self-instruct-polish", "https://huggingface.co/s3nh/DialoGPT-large-instruct-polish-3000-steps",
|
| 80 |
+
"https://huggingface.co/s3nh/pythia-410m-70k-steps-self-instruct-polish", "https://huggingface.co/s3nh/tiny-gpt2-instruct-polish",
|
| 81 |
+
"s3nh/Cerebras-GPT-590M-3000steps-polish", "s3nh/gpt-j-6b-3500steps-polish", "s3nh/DialoGPT-medium-4000steps-polish",
|
| 82 |
+
"s3nh/DialoGPT-small-5000steps-polish" ]),
|
| 83 |
gr.Textbox(
|
| 84 |
lines = 3,
|
| 85 |
max_lines = 10,
|