Upload LayoutLMv3ForTokenClassification
Browse files- config.json +2 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"LayoutLMv3ForTokenClassification"
|
4 |
],
|
@@ -89,7 +90,7 @@
|
|
89 |
},
|
90 |
"layer_norm_eps": 1e-05,
|
91 |
"max_2d_position_embeddings": 1024,
|
92 |
-
"max_position_embeddings":
|
93 |
"max_rel_2d_pos": 256,
|
94 |
"max_rel_pos": 128,
|
95 |
"model_type": "layoutlmv3",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/content/test/checkpoint-2000",
|
3 |
"architectures": [
|
4 |
"LayoutLMv3ForTokenClassification"
|
5 |
],
|
|
|
90 |
},
|
91 |
"layer_norm_eps": 1e-05,
|
92 |
"max_2d_position_embeddings": 1024,
|
93 |
+
"max_position_embeddings": 514,
|
94 |
"max_rel_2d_pos": 256,
|
95 |
"max_rel_pos": 128,
|
96 |
"model_type": "layoutlmv3",
|
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:59ccb3c9741fadb226ceff9220d88733abab1268c412864be5a4f0aee2a2f84f
|
3 |
+
size 503849389
|