binwang commited on
Commit
0df9784
·
verified ·
1 Parent(s): 1b6573a

Upload model_information.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_information.py +6 -0
model_information.py CHANGED
@@ -46,6 +46,12 @@ data['Link'].append('https://huggingface.co/openai/whisper-large-v3')
46
 
47
 
48
 
 
 
 
 
 
 
49
  def get_dataframe():
50
  """
51
  Returns a DataFrame with the data and drops rows with missing values.
 
46
 
47
 
48
 
49
+ data['Original Name'].append('gemini-1.5-flash')
50
+ data['Proper Display Name'].append('Gemini-1.5-Flash')
51
+ data['Link'].append('https://ai.google.dev/gemini-api/docs/models/gemini')
52
+
53
+
54
+
55
  def get_dataframe():
56
  """
57
  Returns a DataFrame with the data and drops rows with missing values.