Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ MODEL_NAME_CODE = "code-davinci-002"
|
|
95 |
#verfügbare Modelle anzeigen lassen
|
96 |
#HuggingFace Reop ID--------------------------------
|
97 |
#repo_id = "meta-llama/Llama-2-13b-chat-hf"
|
98 |
-
|
99 |
#repo_id = "TheBloke/Yi-34B-Chat-GGUF"
|
100 |
#repo_id = "meta-llama/Llama-2-70b-chat-hf"
|
101 |
#repo_id = "tiiuae/falcon-40b"
|
@@ -109,7 +109,7 @@ MODEL_NAME_CODE = "code-davinci-002"
|
|
109 |
#repo_id = "databricks/dolly-v2-3b"
|
110 |
#repo_id = "google/flan-t5-xxl"
|
111 |
#repo_id = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
112 |
-
repo_id = "abacusai/Smaug-72B-v0.1"
|
113 |
|
114 |
#HuggingFace Model name--------------------------------
|
115 |
MODEL_NAME_HF = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
|
|
95 |
#verfügbare Modelle anzeigen lassen
|
96 |
#HuggingFace Reop ID--------------------------------
|
97 |
#repo_id = "meta-llama/Llama-2-13b-chat-hf"
|
98 |
+
repo_id = "HuggingFaceH4/zephyr-7b-alpha" #das Modell ist echt gut!!! Vom MIT
|
99 |
#repo_id = "TheBloke/Yi-34B-Chat-GGUF"
|
100 |
#repo_id = "meta-llama/Llama-2-70b-chat-hf"
|
101 |
#repo_id = "tiiuae/falcon-40b"
|
|
|
109 |
#repo_id = "databricks/dolly-v2-3b"
|
110 |
#repo_id = "google/flan-t5-xxl"
|
111 |
#repo_id = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|
112 |
+
#repo_id = "abacusai/Smaug-72B-v0.1"
|
113 |
|
114 |
#HuggingFace Model name--------------------------------
|
115 |
MODEL_NAME_HF = "mistralai/Mixtral-8x7B-Instruct-v0.1"
|