"vscode:/vscode.git/clone" did not exist on "4ed85ff90c50484a4b4fcef34bf0602c37e13646"
__init__.py 101 Bytes
Newer Older
luopl's avatar
luopl committed
1
2
3
4
# Copyright (c) OpenMMLab. All rights reserved.
from .bert import BertModel

__all__ = ['BertModel']