birgermoell's picture
add config
d0740c8
raw
history blame contribute delete
124 Bytes
from transformers import RobertaConfig
config = RobertaConfig.from_pretrained("roberta-base")
config.save_pretrained("./")