Upload model_information.py with huggingface_hub
Browse files- model_information.py +5 -0
model_information.py
CHANGED
@@ -56,6 +56,11 @@ data['Original Name'].append('seallms_audio_7b')
|
|
56 |
data['Proper Display Name'].append('SeaLLMs-Audio-7B')
|
57 |
data['Link'].append('https://huggingface.co/SeaLLMs/SeaLLMs-Audio-7B')
|
58 |
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
def get_dataframe():
|
61 |
"""
|
|
|
56 |
data['Proper Display Name'].append('SeaLLMs-Audio-7B')
|
57 |
data['Link'].append('https://huggingface.co/SeaLLMs/SeaLLMs-Audio-7B')
|
58 |
|
59 |
+
data['Original Name'].append('Marco-LLM-ST')
|
60 |
+
data['Proper Display Name'].append('Marco-LLM-ST')
|
61 |
+
data['Link'].append('https://arxiv.org/abs/2412.04003')
|
62 |
+
|
63 |
+
|
64 |
|
65 |
def get_dataframe():
|
66 |
"""
|