Spaces:
Runtime error
Runtime error
joaopaulopresa
commited on
Commit
•
73045c1
1
Parent(s):
d869cda
Update data_module.py
Browse files- data_module.py +3 -3
data_module.py
CHANGED
@@ -3,10 +3,10 @@ model_options = ["mistralai/Mixtral-8x7B-Instruct-v0.1",
|
|
3 |
#'NousResearch/Nous-Hermes-2-Yi-34B',
|
4 |
'mistralai/Mistral-7B-Instruct-v0.2',
|
5 |
'openchat/openchat-3.5-1210',
|
6 |
-
'togethercomputer/StripedHyena-Nous-7B',
|
7 |
'Qwen/Qwen1.5-14B-Chat',
|
8 |
-
'DiscoResearch/DiscoLM-mixtral-8x7b-v2',
|
9 |
-
'Austism/chronos-hermes-13b',
|
10 |
#'Open-Orca/Mistral-7B-OpenOrca',
|
11 |
#'teknium/OpenHermes-2p5-Mistral-7B',
|
12 |
#'togethercomputer/Llama-2-7B-32K-Instruct',
|
|
|
3 |
#'NousResearch/Nous-Hermes-2-Yi-34B',
|
4 |
'mistralai/Mistral-7B-Instruct-v0.2',
|
5 |
'openchat/openchat-3.5-1210',
|
6 |
+
#'togethercomputer/StripedHyena-Nous-7B',
|
7 |
'Qwen/Qwen1.5-14B-Chat',
|
8 |
+
#'DiscoResearch/DiscoLM-mixtral-8x7b-v2',
|
9 |
+
#'Austism/chronos-hermes-13b',
|
10 |
#'Open-Orca/Mistral-7B-OpenOrca',
|
11 |
#'teknium/OpenHermes-2p5-Mistral-7B',
|
12 |
#'togethercomputer/Llama-2-7B-32K-Instruct',
|