Spaces:
Sleeping
Sleeping
Update utils/config.py
Browse files- utils/config.py +1 -1
utils/config.py
CHANGED
@@ -39,6 +39,6 @@ model_dict = {
|
|
39 |
'Mistral-7B': 'mistralai/Mistral-7B-Instruct-v0.2',
|
40 |
'Mixtral-8x7B': 'mistralai/Mixtral-8x7B-Instruct-v0.1',
|
41 |
'Llama3.2-3B':'meta-llama/Llama-3.2-3B-Instruct',
|
42 |
-
'Llama3.2-1B': 'meta-llama/Llama-3.2-1B',
|
43 |
'Gemma2-2B': 'google/gemma-2-2b-it'
|
44 |
}
|
|
|
39 |
'Mistral-7B': 'mistralai/Mistral-7B-Instruct-v0.2',
|
40 |
'Mixtral-8x7B': 'mistralai/Mixtral-8x7B-Instruct-v0.1',
|
41 |
'Llama3.2-3B':'meta-llama/Llama-3.2-3B-Instruct',
|
42 |
+
'Llama3.2-1B': 'meta-llama/Llama-3.2-1B-Instruct',
|
43 |
'Gemma2-2B': 'google/gemma-2-2b-it'
|
44 |
}
|