Training in progress, step 500
Browse files- config.json +7 -7
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "microsoft/layoutlmv3-
|
| 3 |
"architectures": [
|
| 4 |
"LayoutLMv3ForTokenClassification"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"bos_token_id": 0,
|
| 8 |
"classifier_dropout": null,
|
| 9 |
-
"coordinate_size":
|
| 10 |
"eos_token_id": 2,
|
| 11 |
"has_relative_attention_bias": true,
|
| 12 |
"has_spatial_attention_bias": true,
|
| 13 |
"hidden_act": "gelu",
|
| 14 |
"hidden_dropout_prob": 0.1,
|
| 15 |
-
"hidden_size":
|
| 16 |
"id2label": {
|
| 17 |
"0": "O",
|
| 18 |
"1": "B-MENU.NM",
|
|
@@ -78,7 +78,7 @@
|
|
| 78 |
},
|
| 79 |
"initializer_range": 0.02,
|
| 80 |
"input_size": 224,
|
| 81 |
-
"intermediate_size":
|
| 82 |
"label2id": {
|
| 83 |
"B-MENU.CNT": 4,
|
| 84 |
"B-MENU.DISCOUNTPRICE": 5,
|
|
@@ -148,15 +148,15 @@
|
|
| 148 |
"max_rel_2d_pos": 256,
|
| 149 |
"max_rel_pos": 128,
|
| 150 |
"model_type": "layoutlmv3",
|
| 151 |
-
"num_attention_heads":
|
| 152 |
"num_channels": 3,
|
| 153 |
-
"num_hidden_layers":
|
| 154 |
"pad_token_id": 1,
|
| 155 |
"patch_size": 16,
|
| 156 |
"rel_2d_pos_bins": 64,
|
| 157 |
"rel_pos_bins": 32,
|
| 158 |
"second_input_size": 112,
|
| 159 |
-
"shape_size":
|
| 160 |
"text_embed": true,
|
| 161 |
"torch_dtype": "float32",
|
| 162 |
"transformers_version": "4.30.2",
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "microsoft/layoutlmv3-large",
|
| 3 |
"architectures": [
|
| 4 |
"LayoutLMv3ForTokenClassification"
|
| 5 |
],
|
| 6 |
"attention_probs_dropout_prob": 0.1,
|
| 7 |
"bos_token_id": 0,
|
| 8 |
"classifier_dropout": null,
|
| 9 |
+
"coordinate_size": 171,
|
| 10 |
"eos_token_id": 2,
|
| 11 |
"has_relative_attention_bias": true,
|
| 12 |
"has_spatial_attention_bias": true,
|
| 13 |
"hidden_act": "gelu",
|
| 14 |
"hidden_dropout_prob": 0.1,
|
| 15 |
+
"hidden_size": 1024,
|
| 16 |
"id2label": {
|
| 17 |
"0": "O",
|
| 18 |
"1": "B-MENU.NM",
|
|
|
|
| 78 |
},
|
| 79 |
"initializer_range": 0.02,
|
| 80 |
"input_size": 224,
|
| 81 |
+
"intermediate_size": 4096,
|
| 82 |
"label2id": {
|
| 83 |
"B-MENU.CNT": 4,
|
| 84 |
"B-MENU.DISCOUNTPRICE": 5,
|
|
|
|
| 148 |
"max_rel_2d_pos": 256,
|
| 149 |
"max_rel_pos": 128,
|
| 150 |
"model_type": "layoutlmv3",
|
| 151 |
+
"num_attention_heads": 16,
|
| 152 |
"num_channels": 3,
|
| 153 |
+
"num_hidden_layers": 24,
|
| 154 |
"pad_token_id": 1,
|
| 155 |
"patch_size": 16,
|
| 156 |
"rel_2d_pos_bins": 64,
|
| 157 |
"rel_pos_bins": 32,
|
| 158 |
"second_input_size": 112,
|
| 159 |
+
"shape_size": 170,
|
| 160 |
"text_embed": true,
|
| 161 |
"torch_dtype": "float32",
|
| 162 |
"transformers_version": "4.30.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:6a9c20dab3bc76e582c3a09b6f94c974fb6fc08e788a2393bd4050cb29f8f00c
|
| 3 |
+
size 1428616177
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3963
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17610c46e68866ecc478db417983e07b934de761cb814bef5271b9e0b9242da5
|
| 3 |
size 3963
|