Spaces:
Running
Running
Upload model_information.py with huggingface_hub
Browse files- model_information.py +7 -0
model_information.py
CHANGED
@@ -137,6 +137,13 @@ data['Link'].append('https://huggingface.co/aisingapore/llama3-8b-cpt-sea-lionv2
|
|
137 |
data['Model Size'].append('8')
|
138 |
|
139 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
|
141 |
|
142 |
def get_dataframe():
|
|
|
137 |
data['Model Size'].append('8')
|
138 |
|
139 |
|
140 |
+
data['Original Name'].append('Gemma-2-9b-it-sg-ultrachat-sft')
|
141 |
+
data['Proper Display Name'].append('Gemma-2-9B-IT-SG-Ultrachat-SFT')
|
142 |
+
data['Link'].append('https://huggingface.co/google/gemma-2-9b-it-sg-ultrachat-sft')
|
143 |
+
data['Model Size'].append('9')
|
144 |
+
|
145 |
+
|
146 |
+
|
147 |
|
148 |
|
149 |
def get_dataframe():
|