yangwang825 commited on
Commit
82fc94d
1 Parent(s): 727b47c

Update configuration_audio_spectrogram_transformer.py

Browse files
configuration_audio_spectrogram_transformer.py CHANGED
@@ -21,7 +21,7 @@ from transformers.utils import logging
21
  logger = logging.get_logger(__name__)
22
 
23
 
24
- class ASTConfig(PretrainedConfig):
25
  r"""
26
  This is the configuration class to store the configuration of a [`ASTModel`]. It is used to instantiate an AST
27
  model according to the specified arguments, defining the model architecture. Instantiating a configuration with the
 
21
  logger = logging.get_logger(__name__)
22
 
23
 
24
+ class ASViTConfig(PretrainedConfig):
25
  r"""
26
  This is the configuration class to store the configuration of a [`ASTModel`]. It is used to instantiate an AST
27
  model according to the specified arguments, defining the model architecture. Instantiating a configuration with the