cayjobla
commited on
Commit
·
e464261
1
Parent(s):
f8e47ed
Do pretraining on the compression heads
Browse files- .gitignore +1 -0
- pytorch_model.bin +2 -2
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint*
|
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:4b2d1f6c81c4bcb0c8199a6f9d9e88847b21204dcc138be7b49976f5e1f333d1
|
3 |
+
size 440219133
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b25bb69e96555000a737887d86a8bb499d980ea9263fb1dfb22f7cbed4655c33
|
3 |
+
size 3963
|