emanuelaboros
commited on
Update configuration_nar.py
Browse files- configuration_nar.py +1 -1
configuration_nar.py
CHANGED
@@ -2,7 +2,7 @@ from transformers import PretrainedConfig
|
|
2 |
|
3 |
|
4 |
class ImpressoConfig(PretrainedConfig):
|
5 |
-
model_type = "
|
6 |
|
7 |
def __init__(
|
8 |
self,
|
|
|
2 |
|
3 |
|
4 |
class ImpressoConfig(PretrainedConfig):
|
5 |
+
model_type = "nar"
|
6 |
|
7 |
def __init__(
|
8 |
self,
|