binwang commited on
Commit
dfdc8c0
·
verified ·
1 Parent(s): 840cba2

Upload model_information.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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-multimodal-instruct')
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.