Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -87,10 +87,10 @@ def create_chat_interface():
|
|
87 |
|
88 |
Now, improve and enhance the following script:
|
89 |
'''
|
90 |
-
|
91 |
# Available models
|
92 |
models = [
|
93 |
-
"Qwen/Qwen2.5-Coder-
|
94 |
"Qwen/Qwen2.5-Coder-1.5B-Instruct",
|
95 |
"HuggingFaceH4/zephyr-7b-beta",
|
96 |
"HuggingFaceH4/zephyr-7b-alpha",
|
|
|
87 |
|
88 |
Now, improve and enhance the following script:
|
89 |
'''
|
90 |
+
qwen_options_coder = ["0.5B", "1.5B", "3B", "7B", "14B", "32B", ]
|
91 |
# Available models
|
92 |
models = [
|
93 |
+
"Qwen/Qwen2.5-Coder-3B-Instruct'",
|
94 |
"Qwen/Qwen2.5-Coder-1.5B-Instruct",
|
95 |
"HuggingFaceH4/zephyr-7b-beta",
|
96 |
"HuggingFaceH4/zephyr-7b-alpha",
|