vaugheu commited on
Commit
ea8d7f1
·
verified ·
1 Parent(s): 8d9d0fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "vaugheu/BanglaGemma9b/"
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)