Upload configuration_bert.py
Browse files- configuration_bert.py +3 -3
configuration_bert.py
CHANGED
@@ -18,9 +18,9 @@
|
|
18 |
from collections import OrderedDict
|
19 |
from typing import Mapping
|
20 |
|
21 |
-
from
|
22 |
-
from
|
23 |
-
from
|
24 |
|
25 |
|
26 |
logger = logging.get_logger(__name__)
|
|
|
18 |
from collections import OrderedDict
|
19 |
from typing import Mapping
|
20 |
|
21 |
+
from transformers.configuration_utils import PretrainedConfig
|
22 |
+
from transformers.onnx import OnnxConfig
|
23 |
+
from transformers.utils import logging
|
24 |
|
25 |
|
26 |
logger = logging.get_logger(__name__)
|