mudogruer commited on
Commit
8fe0c28
1 Parent(s): fd23f7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ from transformers import (
27
 
28
  # The huggingface model id for Microsoft's phi-2 model
29
  # Download and load model and tokenizer
30
- tokenizer = AutoTokenizer.from_pretrained("mudogruer/mixtral-7x8b-SciQ", trust_remote_code=True)
31
 
32
  #Download safetensor of adapter of fine-tune Phi-2 model
33
  from peft import PeftModel, PeftConfig
 
27
 
28
  # The huggingface model id for Microsoft's phi-2 model
29
  # Download and load model and tokenizer
30
+ tokenizer = AutoTokenizer.from_pretrained("mistralai/Mixtral-8x7B-Instruct-v0.1", trust_remote_code=True)
31
 
32
  #Download safetensor of adapter of fine-tune Phi-2 model
33
  from peft import PeftModel, PeftConfig