eltociear commited on
Commit
945ea33
·
verified ·
1 Parent(s): 952e8ef

chore: update configuration_deepseek.py

Browse files
Files changed (1) hide show
  1. configuration_deepseek.py +1 -1
configuration_deepseek.py CHANGED
@@ -6,7 +6,7 @@ logger = logging.get_logger(__name__)
6
  DEEPSEEK_PRETRAINED_CONFIG_ARCHIVE_MAP = {}
7
  class DeepseekV3Config(PretrainedConfig):
8
  r"""
9
- This is the configuration class to store the configuration of a [`DeepseekV3Model`]. It is used to instantiate an DeepSeek
10
  model according to the specified arguments, defining the model architecture. Instantiating a configuration with the
11
  defaults will yield a similar configuration to that of the DeepSeek-V3.
12
 
 
6
  DEEPSEEK_PRETRAINED_CONFIG_ARCHIVE_MAP = {}
7
  class DeepseekV3Config(PretrainedConfig):
8
  r"""
9
+ This is the configuration class to store the configuration of a [`DeepseekV3Model`]. It is used to instantiate a DeepSeek
10
  model according to the specified arguments, defining the model architecture. Instantiating a configuration with the
11
  defaults will yield a similar configuration to that of the DeepSeek-V3.
12