K00B404 commited on
Commit
e979e74
·
verified ·
1 Parent(s): 4d14c90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-0.5B-Instruct",
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",