File size: 105 Bytes
687abcb | 1 2 3 4 5 6 | from transformers import GPT2Config
class OldModelConfig(GPT2Config):
model_type = "new-gpt-model"
|
687abcb | 1 2 3 4 5 6 | from transformers import GPT2Config
class OldModelConfig(GPT2Config):
model_type = "new-gpt-model"
|