Upload model_information.py with huggingface_hub
Browse files- model_information.py +6 -0
model_information.py
CHANGED
@@ -55,6 +55,12 @@ 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():
|
|
|
55 |
data['Link'].append('https://huggingface.co/microsoft/Phi-4-multimodal-instruct')
|
56 |
|
57 |
|
58 |
+
data['Original Name'].append('seallms_audio_7b')
|
59 |
+
data['Proper Display Name'].append('SeaLLMs-Audio-7B')
|
60 |
+
data['Link'].append('https://huggingface.co/SeaLLMs/SeaLLMs-Audio-7B')
|
61 |
+
|
62 |
+
|
63 |
+
|
64 |
|
65 |
|
66 |
def get_dataframe():
|