Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
tomofi
/
MMOCR
like
15
Runtime error
App
Files
Files
Community
2
5ee7d5a
MMOCR
/
mmocr
/
models
/
ner
/
utils
/
__init__.py
tomofi
Add application file
2366e36
over 2 years ago
raw
Copy download link
history
blame
Safe
145 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.activations
import
GeluNew
from
.bert
import
BertModel
__all__ = [
'BertModel'
,
'GeluNew'
]