Spaces:
Runtime error
Runtime error
joaopaulopresa
commited on
Commit
•
d869cda
1
Parent(s):
2a39606
Update data_module.py
Browse files- data_module.py +5 -1
data_module.py
CHANGED
@@ -3,6 +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 |
#'Open-Orca/Mistral-7B-OpenOrca',
|
7 |
#'teknium/OpenHermes-2p5-Mistral-7B',
|
8 |
#'togethercomputer/Llama-2-7B-32K-Instruct',
|
@@ -12,7 +16,7 @@ model_options = ["mistralai/Mixtral-8x7B-Instruct-v0.1",
|
|
12 |
#'zero-one-ai/Yi-34B-Chat',
|
13 |
'upstage/SOLAR-10.7B-Instruct-v1.0',
|
14 |
#"upstage/SOLAR-0-70b-16bit",
|
15 |
-
'garage-bAInd/Platypus2-70B-instruct',
|
16 |
# "lmsys/vicuna-13b-v1.5-16k",
|
17 |
"lmsys/vicuna-13b-v1.5",
|
18 |
#"lmsys/vicuna-7b-v1.5",
|
|
|
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',
|
|
|
16 |
#'zero-one-ai/Yi-34B-Chat',
|
17 |
'upstage/SOLAR-10.7B-Instruct-v1.0',
|
18 |
#"upstage/SOLAR-0-70b-16bit",
|
19 |
+
#'garage-bAInd/Platypus2-70B-instruct',
|
20 |
# "lmsys/vicuna-13b-v1.5-16k",
|
21 |
"lmsys/vicuna-13b-v1.5",
|
22 |
#"lmsys/vicuna-7b-v1.5",
|