Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,17 @@ io = gr.Interface(
|
|
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,
|
|
|
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 |
+
"Lajonbot/pythia-160m-53500-self-instruct-polish",
|
84 |
+
"Lajonbot/gpt-neo-125m-self-instruct-polish-66k-steps",
|
85 |
+
"Lajonbot/pythia-160m-33k-steps-self-instruct-polish",
|
86 |
+
"Lajonbot/pythia-410m-21k-steps-self-instruct-polish",
|
87 |
+
"Lajonbot/llama-30b-hf-pl-lora",
|
88 |
+
"Amazon-LightGPT-pl-qlora",
|
89 |
+
"wizard-mega-13b-pl-lora",
|
90 |
+
"stablelm-base-alpha-3b-Lora-polish",
|
91 |
+
"dolly-v2-3b-Lora-polish",
|
92 |
+
"LaMini-GPT-1.5B-Lora-polish"]),
|
93 |
gr.Textbox(
|
94 |
lines = 3,
|
95 |
max_lines = 10,
|