lyt
commited on
Commit
•
e72f364
0
Parent(s):
initial commit
Browse files- .gitattributes +5 -0
.gitattributes
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
vocab.txt filter=lfs diff=lfs merge=lfs -text
|
2 |
+
bert_config.json filter=lfs diff=lfs merge=lfs -text
|
3 |
+
model.ckpt-1000000.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
4 |
+
model.ckpt-1000000.index filter=lfs diff=lfs merge=lfs -text
|
5 |
+
model.ckpt-1000000.meta filter=lfs diff=lfs merge=lfs -text
|