Update configuration_TAAS.py
Browse files- configuration_TAAS.py +1 -1
configuration_TAAS.py
CHANGED
@@ -5,7 +5,7 @@ from transformers.configuration_utils import PretrainedConfig
|
|
5 |
|
6 |
|
7 |
class TAASConfig(PretrainedConfig):
|
8 |
-
model_type = "
|
9 |
|
10 |
def __init__(
|
11 |
self,
|
|
|
5 |
|
6 |
|
7 |
class TAASConfig(PretrainedConfig):
|
8 |
+
model_type = "TAAS"
|
9 |
|
10 |
def __init__(
|
11 |
self,
|