chore: update configuration_deepseek.py
#9
by
eltociear
- opened
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
|
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 |
|