nthngdy commited on
Commit
f54b400
1 Parent(s): 321f97e

Update configuration_character_bert.py

Browse files
Files changed (1) hide show
  1. configuration_character_bert.py +2 -2
configuration_character_bert.py CHANGED
@@ -16,8 +16,8 @@
16
  # limitations under the License.
17
  """ CharacterBERT model configuration"""
18
 
19
- from ...configuration_utils import PretrainedConfig
20
- from ...utils import logging
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__)