Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -84,10 +84,16 @@ MODEL_NAME ="gpt-4"
|
|
84 |
#repo_id = "meta-llama/Llama-2-13b-chat-hf"
|
85 |
#repo_id = "HuggingFaceH4/zephyr-7b-alpha"
|
86 |
#repo_id = "meta-llama/Llama-2-70b-chat-hf"
|
87 |
-
repo_id = "tiiuae/falcon-40b"
|
88 |
#repo_id = "Vicuna-33b"
|
89 |
#repo_id = "alexkueck/ChatBotLI2Klein"
|
90 |
-
#repo_id ="mistralai/Mistral-7B-v0.1"
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
|
92 |
|
93 |
################################################
|
|
|
84 |
#repo_id = "meta-llama/Llama-2-13b-chat-hf"
|
85 |
#repo_id = "HuggingFaceH4/zephyr-7b-alpha"
|
86 |
#repo_id = "meta-llama/Llama-2-70b-chat-hf"
|
87 |
+
#repo_id = "tiiuae/falcon-40b"
|
88 |
#repo_id = "Vicuna-33b"
|
89 |
#repo_id = "alexkueck/ChatBotLI2Klein"
|
90 |
+
#repo_id ="mistralai/Mistral-7B-v0.1"
|
91 |
+
#repo_id = "internlm/internlm-chat-7b"
|
92 |
+
#repo_id = "Qwen/Qwen-7B"
|
93 |
+
#repo_id = "Salesforce/xgen-7b-8k-base"
|
94 |
+
#repo_id = "Writer/camel-5b-hf"
|
95 |
+
#repo_id = "databricks/dolly-v2-3b"
|
96 |
+
repo_id = "google/flan-t5-xxl"
|
97 |
|
98 |
|
99 |
################################################
|