Update configuration_kinoe.py
Browse files- configuration_kinoe.py +2 -2
configuration_kinoe.py
CHANGED
@@ -14,9 +14,9 @@
|
|
14 |
# limitations under the License.
|
15 |
"""Kinoe model configuration"""
|
16 |
|
17 |
-
from transformers
|
18 |
from transformers.utils import logging
|
19 |
-
|
20 |
|
21 |
logger = logging.get_logger(__name__)
|
22 |
|
|
|
14 |
# limitations under the License.
|
15 |
"""Kinoe model configuration"""
|
16 |
|
17 |
+
from transformers import PretrainedConfig
|
18 |
from transformers.utils import logging
|
19 |
+
from typing import List
|
20 |
|
21 |
logger = logging.get_logger(__name__)
|
22 |
|