Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
as
Browse files- src/about.py +21 -33
src/about.py
CHANGED
@@ -185,41 +185,29 @@ lm_eval --model hf --model_args pretrained=speakleash/Bielik-7B-Instruct-v0.1 --
|
|
185 |
|
186 |
## List of Polish models
|
187 |
|
|
|
|
|
|
|
188 |
* speakleash/Bielik-7B-Instruct-v0.1
|
189 |
-
* speakleash/Bielik-7B-v0.1
|
190 |
-
* Azurro/APT3-1B-Base
|
191 |
-
* Azurro/APT3-1B-Instruct-v1
|
192 |
-
* Voicelab/trurl-2-7b
|
193 |
-
* Voicelab/trurl-2-13b-academic
|
194 |
-
* OPI-PG/Qra-1b
|
195 |
-
* OPI-PG/Qra-7b
|
196 |
-
* OPI-PG/Qra-13b
|
197 |
-
* szymonrucinski/Curie-7B-v1
|
198 |
-
* sdadas/polish-gpt2-xl
|
199 |
|
200 |
### List of multilingual models
|
201 |
|
202 |
-
*
|
203 |
-
*
|
204 |
-
*
|
205 |
-
*
|
206 |
-
*
|
207 |
-
*
|
208 |
-
*
|
209 |
-
*
|
210 |
-
*
|
211 |
-
*
|
212 |
-
*
|
213 |
-
*
|
214 |
-
*
|
215 |
-
*
|
216 |
-
*
|
217 |
-
*
|
218 |
-
* internlm/internlm2-7b
|
219 |
-
* alpindale/Mistral-7B-v0.2-hf
|
220 |
-
* internlm/internlm2-1_8b
|
221 |
-
|
222 |
-
|
223 |
|
224 |
"""
|
225 |
|
@@ -256,10 +244,10 @@ If everything is done, check you can launch the EleutherAIHarness on your model
|
|
256 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
257 |
CITATION_BUTTON_TEXT = r"""
|
258 |
@misc{open-pl-llm-leaderboard,
|
259 |
-
title = {
|
260 |
author = {Wr贸bel, Krzysztof and {SpeakLeash Team} and {Cyfronet Team}},
|
261 |
year = 2024,
|
262 |
publisher = {Hugging Face},
|
263 |
-
howpublished = "\url{https://huggingface.co/spaces/speakleash/
|
264 |
}
|
265 |
"""
|
|
|
185 |
|
186 |
## List of Polish models
|
187 |
|
188 |
+
* speakleash/Bielik-11B-v2.2-Instruct
|
189 |
+
* speakleash/Bielik-11B-v2.1-Instruct
|
190 |
+
* speakleash/Bielik-11B-v2.0-Instruct
|
191 |
* speakleash/Bielik-7B-Instruct-v0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
|
193 |
### List of multilingual models
|
194 |
|
195 |
+
* Meta-Llama-3.1-405B-Instruct-FP8
|
196 |
+
* Mistral-Large-Instruct-2407
|
197 |
+
* Meta-Llama-3.1-70B-Instruct
|
198 |
+
* Qwen2-72B-Instruct
|
199 |
+
* Meta-Llama-3-70B-Instruct
|
200 |
+
* glm-4-9b-chat
|
201 |
+
* Meta-Llama-3.1-8B-Instruct
|
202 |
+
* Mistral-Nemo-Instruct-2407-PL-finetuned
|
203 |
+
* Mistral-Nemo-Instruct-2407
|
204 |
+
* Qwen2-7B-Instruct
|
205 |
+
* Meditron3-8B
|
206 |
+
* SOLAR-10.7B-Instruct-v1.0
|
207 |
+
* openchat-3.5-0106-gemma
|
208 |
+
* Starling-LM-7B-beta
|
209 |
+
* Mistral-7B-Instruct-v0.3
|
210 |
+
* Phi-3.5-mini-instruct
|
|
|
|
|
|
|
|
|
|
|
211 |
|
212 |
"""
|
213 |
|
|
|
244 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
245 |
CITATION_BUTTON_TEXT = r"""
|
246 |
@misc{open-pl-llm-leaderboard,
|
247 |
+
title = {Polish Medical Leaderboard},
|
248 |
author = {Wr贸bel, Krzysztof and {SpeakLeash Team} and {Cyfronet Team}},
|
249 |
year = 2024,
|
250 |
publisher = {Hugging Face},
|
251 |
+
howpublished = "\url{https://huggingface.co/spaces/speakleash/polish_medical_leaderboard}"
|
252 |
}
|
253 |
"""
|