DavidNemeskey
commited on
Commit
•
cedc305
1
Parent(s):
3a0e2b4
Replacing both the PyTorch and TensorFlow models with
Browse files(TF)BertModelForPretrainings, because (TF)BertModel does not store the
weights needed for MLM or NSP.
- pytorch_model.bin +2 -2
- tf_model.h5 +2 -2
pytorch_model.bin
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:877cef6760c89be08a9131edf54aea04c7a9f6ff8d8cdc4ba07481e7a03fd682
|
3 |
+
size 445063862
|
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:f5642cc405282771686f3d0e5a3a5d32dc1aad6c64b61d880c8ffd66a366ff18
|
3 |
+
size 543564212
|