Rocketknight1 HF staff commited on
Commit
097560e
1 Parent(s): 28b9873

Update configuration_fake_custom.py

Browse files
Files changed (1) hide show
  1. configuration_fake_custom.py +1 -1
configuration_fake_custom.py CHANGED
@@ -2,4 +2,4 @@ from transformers import GPT2Config
2
 
3
 
4
  class FakeCustomConfig(GPT2Config):
5
- pass
 
2
 
3
 
4
  class FakeCustomConfig(GPT2Config):
5
+ model_type = "fakecustom"