bhadresh-savani commited on
Commit
57ca1f5
1 Parent(s): 242a40a

Saving weights and logs of epoch 1

Browse files
convert_to_pytorch.py ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ from transformers import AutoModelForSeq2SeqLM
2
+ model = AutoModelForSeq2SeqLM.from_pretrained("./", from_flax=True)
3
+ model.save_pretrained("./")
convert_to_tensorflow.py ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ from transformers import TFAutoModelForSeq2SeqLM
2
+ model = TFAutoModelForSeq2SeqLM.from_pretrained("./", from_pt=True)
3
+ model.save_pretrained("./")
events.out.tfevents.1625834385.t1v-n-6586652e-w-0.4363.3.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58f6b9217aade0d870cc197464aa0744c03856756b793c09e53184f72eca7fae
3
+ size 902