Rocketknight1 HF staff commited on
Commit
6e0776a
1 Parent(s): 0b35b1b

Update configuration_fake_custom.py

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