LeroyDyer commited on
Commit
ca3a59e
1 Parent(s): fb0bfc8

Update configuration_mistral.py

Browse files
Files changed (1) hide show
  1. configuration_mistral.py +1 -0
configuration_mistral.py CHANGED
@@ -29,6 +29,7 @@ logger = logging.get_logger(__name__)
29
  MISTRAL_PRETRAINED_CONFIG_ARCHIVE_MAP = {
30
  "mistralai/Mistral-7B-v0.1": "https://huggingface.co/mistralai/Mistral-7B-v0.1/resolve/main/config.json",
31
  "mistralai/Mistral-7B-Instruct-v0.1": "https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1/resolve/main/config.json",
 
32
  }
33
 
34
 
 
29
  MISTRAL_PRETRAINED_CONFIG_ARCHIVE_MAP = {
30
  "mistralai/Mistral-7B-v0.1": "https://huggingface.co/mistralai/Mistral-7B-v0.1/resolve/main/config.json",
31
  "mistralai/Mistral-7B-Instruct-v0.1": "https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1/resolve/main/config.json",
32
+ "LeroyDyer/Mixtral_AI_CyberBrain_3_0": "https://huggingface.co/LeroyDyer/Mixtral_AI_CyberBrain_3_0/resolve/main/config.json",
33
  }
34
 
35