t5-large-wikisplit / convert_to_pytorch.py
bhadresh-savani's picture
Saving weights and logs of epoch 1
57ca1f5
raw history blame
No virus
142 Bytes
from transformers import AutoModelForSeq2SeqLM
model = AutoModelForSeq2SeqLM.from_pretrained("./", from_flax=True)
model.save_pretrained("./")