Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -16,10 +16,10 @@ from presets import *
|
|
16 |
#chatbot = hugchat.ChatBot(cookie_path="cookies.json")
|
17 |
|
18 |
#Alternativ mit beliebigen Modellen:
|
19 |
-
|
20 |
#base_model = "TheBloke/airoboros-13B-HF" #load_8bit = False (in load_tokenizer_and_model)
|
21 |
#base_model = "EleutherAI/gpt-neo-1.3B" #load_8bit = False (in load_tokenizer_and_model)
|
22 |
-
base_model = "TheBloke/airoboros-13B-HF" #load_8bit = True
|
23 |
tokenizer,model,device = load_tokenizer_and_model(base_model,True)
|
24 |
|
25 |
|
|
|
16 |
#chatbot = hugchat.ChatBot(cookie_path="cookies.json")
|
17 |
|
18 |
#Alternativ mit beliebigen Modellen:
|
19 |
+
base_model = "project-baize/baize-v2-7b" #load_8bit = False (in load_tokenizer_and_model)
|
20 |
#base_model = "TheBloke/airoboros-13B-HF" #load_8bit = False (in load_tokenizer_and_model)
|
21 |
#base_model = "EleutherAI/gpt-neo-1.3B" #load_8bit = False (in load_tokenizer_and_model)
|
22 |
+
#base_model = "TheBloke/airoboros-13B-HF" #load_8bit = True
|
23 |
tokenizer,model,device = load_tokenizer_and_model(base_model,True)
|
24 |
|
25 |
|