hugo1234 commited on
Commit
8a5aec8
1 Parent(s): 57e9c7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- #base_model = "EleutherAI/gpt-neo-1.3B"
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