Update configuration_mistral.py
Browse files- configuration_mistral.py +2 -0
configuration_mistral.py
CHANGED
@@ -23,6 +23,8 @@ logger = logging.get_logger(__name__)
|
|
23 |
MISTRAL_PRETRAINED_CONFIG_ARCHIVE_MAP = {
|
24 |
"mistralai/Mistral-7B-v0.1": "https://huggingface.co/mistralai/Mistral-7B-v0.1/resolve/main/config.json",
|
25 |
"mistralai/Mistral-7B-Instruct-v0.1": "https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1/resolve/main/config.json",
|
|
|
|
|
26 |
}
|
27 |
|
28 |
|
|
|
23 |
MISTRAL_PRETRAINED_CONFIG_ARCHIVE_MAP = {
|
24 |
"mistralai/Mistral-7B-v0.1": "https://huggingface.co/mistralai/Mistral-7B-v0.1/resolve/main/config.json",
|
25 |
"mistralai/Mistral-7B-Instruct-v0.1": "https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1/resolve/main/config.json",
|
26 |
+
"LeroyDyer/Mixtral_AI_CyberBrain_3.0": "https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1/resolve/main/config.json",
|
27 |
+
|
28 |
}
|
29 |
|
30 |
|