LeroyDyer commited on
Commit
d0bf608
1 Parent(s): 7009bea

Update configuration_mistral.py

Browse files
Files changed (1) hide show
  1. configuration_mistral.py +2 -2
configuration_mistral.py CHANGED
@@ -21,8 +21,8 @@ from transformers.utils import logging
21
 
22
 
23
  QUIET_PRETRAINED_CONFIG_ARCHIVE_MAP = {
24
- "quietai/Quiet-7B-v0.1": "https://huggingface.co/quietai/Quiet-7B-v0.1/resolve/main/config.json",
25
- "quietai/Quiet-7B-Instruct-v0.1": "https://huggingface.co/quietai/Quiet-7B-Instruct-v0.1/resolve/main/config.json",
26
  }
27
 
28
  logger = logging.get_logger(__name__)
 
21
 
22
 
23
  QUIET_PRETRAINED_CONFIG_ARCHIVE_MAP = {
24
+ "LeroyDyer/Mixtral_AI_CyberBrain_3_0": "https://huggingface.co/LeroyDyer/Mixtral_AI_CyberBrain_3_0/resolve/main/config.json",
25
+ "LeroyDyer/Mixtral_AI_CyberBrain_3_0": "https://huggingface.co/LeroyDyer/Mixtral_AI_CyberBrain_3_0/resolve/main/config.json",
26
  }
27
 
28
  logger = logging.get_logger(__name__)