Spaces:
Runtime error
Runtime error
Kirill Gelvan
commited on
Commit
·
6966380
1
Parent(s):
72a1047
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def chat_function(message, length_of_the_answer, who_is_next, creativity): # m
|
|
86 |
|
87 |
|
88 |
# Download checkpoint:
|
89 |
-
checkpoint = "Kirili4ik/ruDialoGpt3-medium-finetuned-telegram"
|
90 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
|
91 |
model = AutoModelForCausalLM.from_pretrained(checkpoint)
|
92 |
model = model.eval()
|
|
|
86 |
|
87 |
|
88 |
# Download checkpoint:
|
89 |
+
checkpoint = "Kirili4ik/ruDialoGpt3-medium-finetuned-telegram-6ep"
|
90 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
|
91 |
model = AutoModelForCausalLM.from_pretrained(checkpoint)
|
92 |
model = model.eval()
|