Update utils/config.py
Browse files- utils/config.py +3 -0
utils/config.py
CHANGED
@@ -35,4 +35,7 @@ model_dict = {
|
|
35 |
'Llama3.1-8B': 'meta-llama/Meta-Llama-3.1-8B-Instruct',
|
36 |
'Llama3.1-70B': 'meta-llama/Meta-Llama-3.1-70B-Instruct',
|
37 |
'Llama3.1-405B': 'meta-llama/Meta-Llama-3.1-405B-Instruct',
|
|
|
|
|
|
|
38 |
}
|
|
|
35 |
'Llama3.1-8B': 'meta-llama/Meta-Llama-3.1-8B-Instruct',
|
36 |
'Llama3.1-70B': 'meta-llama/Meta-Llama-3.1-70B-Instruct',
|
37 |
'Llama3.1-405B': 'meta-llama/Meta-Llama-3.1-405B-Instruct',
|
38 |
+
'Zephyr 7B β': 'HuggingFaceH4/zephyr-7b-beta',
|
39 |
+
'Mistral-7B': 'mistralai/Mistral-7B-Instruct-v0.2',
|
40 |
+
'Mixtral-8x7B': 'mistralai/Mixtral-8x7B-Instruct-v0.1',
|
41 |
}
|