binwang commited on
Commit
9e51710
·
verified ·
1 Parent(s): 013f55c

Upload model_information.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_information.py +7 -0
model_information.py CHANGED
@@ -149,6 +149,13 @@ data['Model Size'].append('8')
149
 
150
 
151
 
 
 
 
 
 
 
 
152
  def get_dataframe():
153
  """
154
  Returns a DataFrame with the data and drops rows with missing values.
 
149
 
150
 
151
 
152
+ data['Original Name'].append('llama3.1-70b-cpt-sea-lionv3-instruct')
153
+ data['Proper Display Name'].append('Llama3.1-70B-CPT-SEA-LION-v3-Instruct')
154
+ data['Link'].append('https://huggingface.co/aisingapore/llama3.1-70b-cpt-sea-lionv3-instruct')
155
+ data['Model Size'].append('8')
156
+
157
+
158
+
159
  def get_dataframe():
160
  """
161
  Returns a DataFrame with the data and drops rows with missing values.