justinj92 commited on
Commit
fd13d79
1 Parent(s): 51bcb3f

Update modeling_phi3.py

Browse files
Files changed (1) hide show
  1. modeling_phi3.py +1 -0
modeling_phi3.py CHANGED
@@ -73,6 +73,7 @@ _CONFIG_FOR_DOC = "Phi3Config"
73
  PHI3_PRETRAINED_MODEL_ARCHIVE_LIST = [
74
  "microsoft/Phi-3-mini-4k-instruct",
75
  "microsoft/Phi-3-mini-128k-instruct",
 
76
  # See all Phi-3 models at https://huggingface.co/models?filter=Phi-3
77
  ]
78
 
 
73
  PHI3_PRETRAINED_MODEL_ARCHIVE_LIST = [
74
  "microsoft/Phi-3-mini-4k-instruct",
75
  "microsoft/Phi-3-mini-128k-instruct",
76
+ "justinj92/phi3-orpo",
77
  # See all Phi-3 models at https://huggingface.co/models?filter=Phi-3
78
  ]
79