norwegian-robert-large-test / create_config.py
pere's picture
Saving weights and logs of step 2500
e6eb8c1 verified
raw
history blame contribute delete
145 Bytes
from transformers import BertConfig
config = BertConfig.from_pretrained("NbAiLab/nb-bert-large", vocab_size=50265)
config.save_pretrained("./")