MMOCR / mmocr /models /ner /utils /__init__.py
tomofi's picture
Add application file
2366e36
raw
history blame
No virus
145 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .activations import GeluNew
from .bert import BertModel
__all__ = ['BertModel', 'GeluNew']