__init__.py 101 B

1234
  1. # Copyright (c) OpenMMLab. All rights reserved.
  2. from .bert import BertModel
  3. __all__ = ['BertModel']