Upload model_information.py with huggingface_hub
Browse files- model_information.py +0 -4
model_information.py
CHANGED
@@ -44,23 +44,19 @@ data['Original Name'].append('whisper_large_v3')
|
|
44 |
data['Proper Display Name'].append('Whisper-large-v3')
|
45 |
data['Link'].append('https://huggingface.co/openai/whisper-large-v3')
|
46 |
|
47 |
-
|
48 |
data['Original Name'].append('gemini-1.5-flash')
|
49 |
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 |
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 |
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 |
def get_dataframe():
|
65 |
"""
|
66 |
Returns a DataFrame with the data and drops rows with missing values.
|
|
|
44 |
data['Proper Display Name'].append('Whisper-large-v3')
|
45 |
data['Link'].append('https://huggingface.co/openai/whisper-large-v3')
|
46 |
|
|
|
47 |
data['Original Name'].append('gemini-1.5-flash')
|
48 |
data['Proper Display Name'].append('Gemini-1.5-Flash')
|
49 |
data['Link'].append('https://ai.google.dev/gemini-api/docs/models/gemini')
|
50 |
|
|
|
51 |
data['Original Name'].append('phi_4_multimodal_instruct')
|
52 |
data['Proper Display Name'].append('Phi-4-Multimodal-Instruct')
|
53 |
data['Link'].append('https://huggingface.co/microsoft/Phi-4-multimodal-instruct')
|
54 |
|
|
|
55 |
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 |
"""
|
62 |
Returns a DataFrame with the data and drops rows with missing values.
|