lole25 commited on
Commit
74276c0
·
verified ·
1 Parent(s): b9720e5

Update modeling_phi.py

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