Crystalcareai commited on
Commit
28b5873
1 Parent(s): 91c3532

Update configuration_gemmoe.py

Browse files
Files changed (1) hide show
  1. configuration_gemmoe.py +1 -1
configuration_gemmoe.py CHANGED
@@ -25,7 +25,7 @@ GEMMOE_PRETRAINED_CONFIG_ARCHIVE_MAP = {
25
  }
26
 
27
 
28
- class GemmaConfig(PretrainedConfig):
29
  r"""
30
  This is the configuration class to store the configuration of a [`GemmoeModel`]. It is used to instantiate a Gemmoe
31
  model according to the specified arguments, defining the model architecture. Instantiating a configuration with the
 
25
  }
26
 
27
 
28
+ class GemmoeConfig(PretrainedConfig):
29
  r"""
30
  This is the configuration class to store the configuration of a [`GemmoeModel`]. It is used to instantiate a Gemmoe
31
  model according to the specified arguments, defining the model architecture. Instantiating a configuration with the