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