Update configuration_fake_custom.py
Browse files
configuration_fake_custom.py
CHANGED
|
@@ -2,4 +2,4 @@ from transformers import GPT2Config
|
|
| 2 |
|
| 3 |
|
| 4 |
class FakeCustomConfig(GPT2Config):
|
| 5 |
-
|
|
|
|
| 2 |
|
| 3 |
|
| 4 |
class FakeCustomConfig(GPT2Config):
|
| 5 |
+
model_type = "fakecustom"
|