Upload __init__.py with huggingface_hub
Browse files- __init__.py +3 -0
__init__.py
CHANGED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from .config import *
|
| 2 |
+
from .modeling import *
|
| 3 |
+
from .tokenizer import *
|