Skip to content

Commit

Permalink
Add Phi-2 to model presets (ludwig-ai#3912)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavgarg1 authored and vijayi1 committed Jan 23, 2024
1 parent 5c0221c commit 92389a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ludwig/schema/llms/base_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
# Zephyr
"zephyr-7b-alpha": "HuggingFaceH4/zephyr-7b-alpha",
"zephyr-7b-beta": "HuggingFaceH4/zephyr-7b-beta",
# Phi
"phi-1": "microsoft/phi-1",
"phi-1_5": "microsoft/phi-1_5",
"phi-2": "microsoft/phi-2",
}


Expand Down

0 comments on commit 92389a8

Please sign in to comment.