Crystalcareai
commited on
Commit
•
7d04113
1
Parent(s):
6357aa0
Update configuration_quiet.py
Browse files- configuration_quiet.py +0 -3
configuration_quiet.py
CHANGED
@@ -21,9 +21,6 @@ from transformers.utils import logging
|
|
21 |
logger = logging.get_logger(__name__)
|
22 |
|
23 |
|
24 |
-
from transformers.deprecated._archive_maps import QUIET_PRETRAINED_CONFIG_ARCHIVE_MAP # noqa: F401, E402
|
25 |
-
|
26 |
-
|
27 |
class QuietConfig(PretrainedConfig):
|
28 |
r"""
|
29 |
This is the configuration class to store the configuration of a [`QuietModel`]. It is used to instantiate an
|
|
|
21 |
logger = logging.get_logger(__name__)
|
22 |
|
23 |
|
|
|
|
|
|
|
24 |
class QuietConfig(PretrainedConfig):
|
25 |
r"""
|
26 |
This is the configuration class to store the configuration of a [`QuietModel`]. It is used to instantiate an
|