leejunhyeok commited on
Commit
e571869
·
verified ·
1 Parent(s): 5bc087c

fix outdated comments

Browse files
Files changed (1) hide show
  1. configuration_motif.py +1 -3
configuration_motif.py CHANGED
@@ -11,9 +11,7 @@ logger = logging.get_logger(__name__)
11
  class MotifConfig(PretrainedConfig):
12
  r"""
13
  This is the configuration class to store the configuration of a [`MotifModel`]. It is used to instantiate a
14
- Motif model according to the specified arguments, defining the model architecture. Instantiating a configuration
15
- with the defaults will yield a similar configuration to that of
16
- Motif-102B [moreh/Motif-102B](https://huggingface.co/moreh/Motif-102B).
17
  Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
18
  documentation from [`PretrainedConfig`] for more information.
19
  Args:
 
11
  class MotifConfig(PretrainedConfig):
12
  r"""
13
  This is the configuration class to store the configuration of a [`MotifModel`]. It is used to instantiate a
14
+ Motif model according to the specified arguments, defining the model architecture.
 
 
15
  Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
16
  documentation from [`PretrainedConfig`] for more information.
17
  Args: