Spaces:
Running
Running
Upload model_information.py with huggingface_hub
Browse files- model_information.py +6 -0
model_information.py
CHANGED
@@ -149,6 +149,12 @@ data['Link'].append('https://huggingface.co/sail/Sailor2-8B-Chat')
|
|
149 |
data['Model Size'].append('8')
|
150 |
|
151 |
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
|
153 |
|
154 |
def get_dataframe():
|
|
|
149 |
data['Model Size'].append('8')
|
150 |
|
151 |
|
152 |
+
data['Original Name'].append('merged-llama3-8b-sg-inst-avg-diff')
|
153 |
+
data['Proper Display Name'].append('MERaLiON-Llama-3-8B-Instruct')
|
154 |
+
data['Link'].append('https://huggingface.co/MERaLiON/MERaLiON-LLaMA-3-8B-Instruct')
|
155 |
+
data['Model Size'].append('8')
|
156 |
+
|
157 |
+
|
158 |
|
159 |
|
160 |
def get_dataframe():
|