Update config.py
Browse files
config.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from transformers import PretrainedConfig
|
2 |
|
3 |
class GPTConfig(PretrainedConfig):
|
4 |
-
model_type = "
|
5 |
|
6 |
def __init__(
|
7 |
self,
|
|
|
1 |
from transformers import PretrainedConfig
|
2 |
|
3 |
class GPTConfig(PretrainedConfig):
|
4 |
+
model_type = "ConnectomeGPT100M.GPT"
|
5 |
|
6 |
def __init__(
|
7 |
self,
|