Update modeling_phi3.py
Browse files- 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 |
|