Update app.py
Browse files
app.py
CHANGED
@@ -15,10 +15,9 @@ from presets import *
|
|
15 |
# Create a chatbot connection
|
16 |
#chatbot = hugchat.ChatBot(cookie_path="cookies.json")
|
17 |
|
18 |
-
#Alternativ mit beliebigen Modellen:
|
19 |
#base_model = "project-baize/baize-v2-7b"
|
20 |
-
|
21 |
-
base_model = "EleutherAI/gpt-neo-2.7B"
|
22 |
tokenizer,model,device = load_tokenizer_and_model(base_model)
|
23 |
|
24 |
|
|
|
15 |
# Create a chatbot connection
|
16 |
#chatbot = hugchat.ChatBot(cookie_path="cookies.json")
|
17 |
|
|
|
18 |
#base_model = "project-baize/baize-v2-7b"
|
19 |
+
base_model = "EleutherAI/gpt-neo-1.3B"
|
20 |
+
#base_model = "EleutherAI/gpt-neo-2.7B"
|
21 |
tokenizer,model,device = load_tokenizer_and_model(base_model)
|
22 |
|
23 |
|