#!/usr/bin/env python from transformers import RobertaConfig config = RobertaConfig.from_pretrained("roberta-large") config.save_pretrained("./")