LeroyDyer commited on
Commit
a447b19
1 Parent(s): af2af1b

Update configuration_mistral.py

Browse files
Files changed (1) hide show
  1. configuration_mistral.py +1 -1
configuration_mistral.py CHANGED
@@ -23,7 +23,7 @@ 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
- "LeroyDyer/Mixtral_AI_CyberBrain_3.0": "https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1/resolve/main/config.json",
27
 
28
  }
29
 
 
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/LeroyDyer/Mixtral_AI_CyberBrain_3.0/resolve/main/config.json",
27
 
28
  }
29