Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ model_option = ['deepseek-ai/deepseek-coder-1.3b-instruct',
|
|
11 |
'MediaTek-Research/Breeze-7B-Instruct-64k-v0_1',
|
12 |
'microsoft/phi-2',
|
13 |
'mistralai/Mistral-7B-Instruct-v0.2',
|
|
|
14 |
'enter by myself']
|
15 |
|
16 |
input_option = ['123.5', 'hello world!!!', '大雨+寒流來襲!全台極凍72小時「探5度以下」',
|
|
|
11 |
'MediaTek-Research/Breeze-7B-Instruct-64k-v0_1',
|
12 |
'microsoft/phi-2',
|
13 |
'mistralai/Mistral-7B-Instruct-v0.2',
|
14 |
+
'codellama/CodeLlama-7b-hf',
|
15 |
'enter by myself']
|
16 |
|
17 |
input_option = ['123.5', 'hello world!!!', '大雨+寒流來襲!全台極凍72小時「探5度以下」',
|