Update configure.py
Browse files- configure.py +1 -0
configure.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
# configure.py
|
|
|
|
| 2 |
|
| 3 |
class RecombinationTransformerConfig(PretrainedConfig):
|
| 4 |
model_type = "RecombinationTransformer"
|
|
|
|
| 1 |
# configure.py
|
| 2 |
+
from transformers import PretrainedConfig
|
| 3 |
|
| 4 |
class RecombinationTransformerConfig(PretrainedConfig):
|
| 5 |
model_type = "RecombinationTransformer"
|