File size: 104 Bytes
28b9873
 
 
 
097560e
1
2
3
4
5
6
from transformers import GPT2Config


class FakeCustomConfig(GPT2Config):
    model_type = "fakecustom"