from transformers import RobertaConfig model_dir = "./" config = RobertaConfig.from_pretrained("roberta-base") config.save_pretrained(model_dir)