b1swas commited on
Commit
438c821
·
verified ·
1 Parent(s): 402ae9a

switched to mistral

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
4
  import numpy as np
5
 
6
 
7
- MODEL_NAME = "google/flan-t5-base"
8
 
9
 
10
  if __name__ == "__main__":
 
4
  import numpy as np
5
 
6
 
7
+ MODEL_NAME = "mistralai/Mistral-7B-Instruct-v0.2"
8
 
9
 
10
  if __name__ == "__main__":