Spaces:
Running
Running
Upload model_information.py with huggingface_hub
Browse files- model_information.py +3 -8
model_information.py
CHANGED
|
@@ -119,11 +119,6 @@ data['Proper Display Name'].append('SeaLLMs-v3-7B-Chat')
|
|
| 119 |
data['Link'].append('https://arxiv.org/abs/2407.19672')
|
| 120 |
data['Model Size'].append('7')
|
| 121 |
|
| 122 |
-
data['Original Name'].append('MERALiON-LLaMA-3-8B-Chat')
|
| 123 |
-
data['Proper Display Name'].append('MERALiON-LLaMA-3-8B-Chat')
|
| 124 |
-
data['Link'].append('https://huggingface.co/spaces/SeaEval/SeaEval_Leaderboard')
|
| 125 |
-
data['Model Size'].append('8')
|
| 126 |
-
|
| 127 |
data['Original Name'].append('gemma2-9b-cpt-sea-lionv3-instruct')
|
| 128 |
data['Proper Display Name'].append('Gemma2-9B-CPT-SEA-Lion-v3-Instruct')
|
| 129 |
data['Link'].append('https://huggingface.co/aisingapore/gemma2-9b-cpt-sea-lionv3-instruct')
|
|
@@ -141,9 +136,9 @@ data['Proper Display Name'].append('Gemma-2-9B-IT-SG-Ultrachat-SFT')
|
|
| 141 |
data['Link'].append('https://huggingface.co/google/gemma-2-9b-it-sg-ultrachat-sft')
|
| 142 |
data['Model Size'].append('9')
|
| 143 |
|
| 144 |
-
data['Original Name'].append('
|
| 145 |
-
data['Proper Display Name'].append('
|
| 146 |
-
data['Link'].append('https://huggingface.co/MERaLiON/
|
| 147 |
data['Model Size'].append('8')
|
| 148 |
|
| 149 |
|
|
|
|
| 119 |
data['Link'].append('https://arxiv.org/abs/2407.19672')
|
| 120 |
data['Model Size'].append('7')
|
| 121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
data['Original Name'].append('gemma2-9b-cpt-sea-lionv3-instruct')
|
| 123 |
data['Proper Display Name'].append('Gemma2-9B-CPT-SEA-Lion-v3-Instruct')
|
| 124 |
data['Link'].append('https://huggingface.co/aisingapore/gemma2-9b-cpt-sea-lionv3-instruct')
|
|
|
|
| 136 |
data['Link'].append('https://huggingface.co/google/gemma-2-9b-it-sg-ultrachat-sft')
|
| 137 |
data['Model Size'].append('9')
|
| 138 |
|
| 139 |
+
data['Original Name'].append('meralion-merged-llama3-8b-sg-inst-avg-diff')
|
| 140 |
+
data['Proper Display Name'].append('Llama-3-MERaLiON-8B-Instruct')
|
| 141 |
+
data['Link'].append('https://huggingface.co/MERaLiON/LLaMA-3-MERaLiON-8B-Instruct')
|
| 142 |
data['Model Size'].append('8')
|
| 143 |
|
| 144 |
|