Spaces:
Running
Running
Upload model_information.py with huggingface_hub
Browse files- model_information.py +6 -0
model_information.py
CHANGED
@@ -143,6 +143,12 @@ data['Model Size'].append('9')
|
|
143 |
|
144 |
|
145 |
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
|
147 |
|
148 |
def get_dataframe():
|
|
|
143 |
|
144 |
|
145 |
|
146 |
+
data['Original Name'].append('Sailor2-8B-Chat')
|
147 |
+
data['Proper Display Name'].append('Sailor2-8B-Chat')
|
148 |
+
data['Link'].append('https://huggingface.co/sail/Sailor2-8B-Chat')
|
149 |
+
data['Model Size'].append('8')
|
150 |
+
|
151 |
+
|
152 |
|
153 |
|
154 |
def get_dataframe():
|