File size: 83 Bytes
28b9873 |
1 2 3 4 5 6 |
from transformers import GPT2Config
class FakeCustomConfig(GPT2Config):
pass
|
28b9873 |
1 2 3 4 5 6 |
from transformers import GPT2Config
class FakeCustomConfig(GPT2Config):
pass
|