Update configuration_character_bert.py
Browse files
configuration_character_bert.py
CHANGED
@@ -16,8 +16,8 @@
|
|
16 |
# limitations under the License.
|
17 |
""" CharacterBERT model configuration"""
|
18 |
|
19 |
-
from
|
20 |
-
from
|
21 |
|
22 |
|
23 |
logger = logging.get_logger(__name__)
|
|
|
16 |
# limitations under the License.
|
17 |
""" CharacterBERT model configuration"""
|
18 |
|
19 |
+
from transformers.configuration_utils import PretrainedConfig
|
20 |
+
from transformers.utils import logging
|
21 |
|
22 |
|
23 |
logger = logging.get_logger(__name__)
|