Upload model_information.py with huggingface_hub
Browse files- model_information.py +1 -3
model_information.py
CHANGED
|
@@ -51,7 +51,7 @@ 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-
|
| 55 |
data['Link'].append('https://huggingface.co/microsoft/Phi-4-multimodal-instruct')
|
| 56 |
|
| 57 |
|
|
@@ -61,8 +61,6 @@ data['Link'].append('https://huggingface.co/SeaLLMs/SeaLLMs-Audio-7B')
|
|
| 61 |
|
| 62 |
|
| 63 |
|
| 64 |
-
|
| 65 |
-
|
| 66 |
def get_dataframe():
|
| 67 |
"""
|
| 68 |
Returns a DataFrame with the data and drops rows with missing values.
|
|
|
|
| 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 |
|
|
|
|
| 61 |
|
| 62 |
|
| 63 |
|
|
|
|
|
|
|
| 64 |
def get_dataframe():
|
| 65 |
"""
|
| 66 |
Returns a DataFrame with the data and drops rows with missing values.
|