Upload model_information.py with huggingface_hub
Browse files- model_information.py +6 -0
model_information.py
CHANGED
|
@@ -50,6 +50,12 @@ data['Proper Display Name'].append('Gemini-1.5-Flash')
|
|
| 50 |
data['Link'].append('https://ai.google.dev/gemini-api/docs/models/gemini')
|
| 51 |
|
| 52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
|
| 54 |
def get_dataframe():
|
| 55 |
"""
|
|
|
|
| 50 |
data['Link'].append('https://ai.google.dev/gemini-api/docs/models/gemini')
|
| 51 |
|
| 52 |
|
| 53 |
+
data['Original Name'].append('phi_4_multimodal_instruct')
|
| 54 |
+
data['Proper Display Name'].append('Phi-4-multimodal-instruct')
|
| 55 |
+
data['Link'].append('https://huggingface.co/microsoft/Phi-4-multimodal-instruct')
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
|
| 59 |
|
| 60 |
def get_dataframe():
|
| 61 |
"""
|