Update llm/config.py
Browse files- llm/config.py +1 -1
llm/config.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
config = {
|
2 |
"HF_Mistrail": {
|
3 |
-
"model": "mistralai/
|
4 |
"temperature": 0.1,
|
5 |
"max_new_tokens": 1024,
|
6 |
"top_k": 5,
|
|
|
1 |
config = {
|
2 |
"HF_Mistrail": {
|
3 |
+
"model": "mistralai/Mistral-7B-Instruct-v0.2",
|
4 |
"temperature": 0.1,
|
5 |
"max_new_tokens": 1024,
|
6 |
"top_k": 5,
|