Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from transformers import (
|
|
10 |
from threading import Thread
|
11 |
|
12 |
# The huggingface model id for Microsoft's phi-2 model
|
13 |
-
checkpoint = "
|
14 |
|
15 |
# Download and load model and tokenizer
|
16 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint, trust_remote_code=True)
|
|
|
10 |
from threading import Thread
|
11 |
|
12 |
# The huggingface model id for Microsoft's phi-2 model
|
13 |
+
checkpoint = "microsoft/phi-2"
|
14 |
|
15 |
# Download and load model and tokenizer
|
16 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint, trust_remote_code=True)
|