lole25 commited on
Commit
2aa063e
1 Parent(s): 88409a7

Update modeling_phi.py

Browse files
Files changed (1) hide show
  1. modeling_phi.py +1 -1
modeling_phi.py CHANGED
@@ -61,7 +61,7 @@ _CONFIG_FOR_DOC = "PhiConfig"
61
 
62
  PHI_PRETRAINED_MODEL_ARCHIVE_LIST = [
63
  "microsoft/phi-2",
64
- "DUAL-GPO-2/phi-2-sft-merged-chat"
65
  # See all Phi models at https://huggingface.co/models?filter=phi
66
  ]
67
 
 
61
 
62
  PHI_PRETRAINED_MODEL_ARCHIVE_LIST = [
63
  "microsoft/phi-2",
64
+ "DUAL-GPO/phi-2-irepo-chatml-merged-i0"
65
  # See all Phi models at https://huggingface.co/models?filter=phi
66
  ]
67