RanchiZhao commited on
Commit
0f2929a
1 Parent(s): 8613342

change name to minicpm3

Browse files
Files changed (1) hide show
  1. configuration_minicpm.py +1 -1
configuration_minicpm.py CHANGED
@@ -28,7 +28,7 @@ logger = logging.get_logger(__name__)
28
  MINICPM_PRETRAINED_CONFIG_ARCHIVE_MAP = {}
29
 
30
 
31
- class MiniCPMConfig(PretrainedConfig):
32
  r"""
33
  This is the configuration class to store the configuration of a [`MiniCPMModel`]. It is used to instantiate an MiniCPM
34
  model according to the specified arguments, defining the model architecture. Instantiating a configuration with the
 
28
  MINICPM_PRETRAINED_CONFIG_ARCHIVE_MAP = {}
29
 
30
 
31
+ class MiniCPM3Config(PretrainedConfig):
32
  r"""
33
  This is the configuration class to store the configuration of a [`MiniCPMModel`]. It is used to instantiate an MiniCPM
34
  model according to the specified arguments, defining the model architecture. Instantiating a configuration with the