tiny-random-custom-architecture / configuration_fake_custom.py
Matt
Initial commit
28b9873
raw
history blame
83 Bytes
from transformers import GPT2Config
class FakeCustomConfig(GPT2Config):
pass