gsar78 commited on
Commit
271be03
1 Parent(s): 07f7aae

Delete __init__.py

Browse files
Files changed (1) hide show
  1. __init__.py +0 -8
__init__.py DELETED
@@ -1,8 +0,0 @@
1
- # __init__.py
2
- from .modeling_custom import CustomConfig, CustomModel
3
- from transformers import AutoConfig, AutoModel, CONFIG_MAPPING, MODEL_MAPPING
4
-
5
- CONFIG_MAPPING.update({"custom_model": CustomConfig})
6
- MODEL_MAPPING.update({"custom_model": CustomModel})
7
-
8
- __all__ = ["CustomConfig", "CustomModel"]