Upload the correctly converted TF checkpoint
Browse filesThe original TF checkpoint converted from PT has issue in the `enc_to_dec_proj` layer, due to the lack of clean `from_pretrained` method.
The PR https://github.com/huggingface/transformers/pull/19732 fixes the issue, and now we upload a new correctly converted TF checkpoint.
- tf_model.h5 +2 -2
tf_model.h5
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:c31d2ccb1600fa28f199f180ed5a9afc0ec6a6792715234735104147234ed5fb
|
3 |
+
size 60803248
|