tiny-random-custom-architecture / configuration_fake_custom.py
Rocketknight1's picture
Update configuration_fake_custom.py
097560e verified
raw
history blame contribute delete
No virus
104 Bytes
from transformers import GPT2Config
class FakeCustomConfig(GPT2Config):
model_type = "fakecustom"