Saving weights and logs of step 600
Browse files
flax_model.msgpack
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 891548548
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d73fa37b7e5adae87e240f89c1eff1a3abec493b229fb3bd51e217cede497676
|
3 |
size 891548548
|
flax_to_pt.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from transformers import T5ForConditionalGeneration
|
2 |
+
|
3 |
+
pt_model = T5ForConditionalGeneration.from_pretrained(".", from_flax=True)
|
4 |
+
pt_model.save_pretrained(".")
|
runs/Jul10_08-38-10_t1v-n-0e7426e8-w-0/events.out.tfevents.1625906314.t1v-n-0e7426e8-w-0.25839.3.v2
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e4a564ebb8570d9cb0c9742f8b12c72ee6634d5f591dd563caabdb5a368cbb3
|
3 |
+
size 90879
|