Training in progress, step 500
Browse files- config.json +140 -0
- merges.txt +0 -0
- model.safetensors +3 -0
- preprocessor_config.json +43 -0
- runs/May14_19-29-00_c0c98940b33a/events.out.tfevents.1715714943.c0c98940b33a.58133.0 +3 -0
- special_tokens_map.json +51 -0
- tokenizer.json +0 -0
- tokenizer_config.json +79 -0
- training_args.bin +3 -0
- vocab.json +0 -0
config.json
ADDED
|
@@ -0,0 +1,140 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "microsoft/layoutlmv3-base",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LayoutLMv3ForTokenClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"classifier_dropout": null,
|
| 9 |
+
"coordinate_size": 128,
|
| 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": 768,
|
| 16 |
+
"id2label": {
|
| 17 |
+
"0": "pick_up_date",
|
| 18 |
+
"1": "delivery_date",
|
| 19 |
+
"2": "client_reference",
|
| 20 |
+
"3": "weight_tot",
|
| 21 |
+
"4": "weight_measure_unit",
|
| 22 |
+
"5": "numpack_tot",
|
| 23 |
+
"6": "volumes_tot",
|
| 24 |
+
"7": "incoterms",
|
| 25 |
+
"8": "controlled_temp",
|
| 26 |
+
"9": "pickup_name",
|
| 27 |
+
"10": "pickup_department",
|
| 28 |
+
"11": "pickup_address",
|
| 29 |
+
"12": "pickup_city",
|
| 30 |
+
"13": "pickup_province",
|
| 31 |
+
"14": "pickup_zipcode",
|
| 32 |
+
"15": "pickup_state",
|
| 33 |
+
"16": "contact_email",
|
| 34 |
+
"17": "contact_phone",
|
| 35 |
+
"18": "delivery_name",
|
| 36 |
+
"19": "delivery_department",
|
| 37 |
+
"20": "delivery_address",
|
| 38 |
+
"21": "delivery_city",
|
| 39 |
+
"22": "delivery_province",
|
| 40 |
+
"23": "delivery_zipcode",
|
| 41 |
+
"24": "delivery_state",
|
| 42 |
+
"25": "item_numpack_body",
|
| 43 |
+
"26": "item_pack_type",
|
| 44 |
+
"27": "item_notes",
|
| 45 |
+
"28": "item_weight_body",
|
| 46 |
+
"29": "item_weight_body_measure_unit",
|
| 47 |
+
"30": "item_volume_body",
|
| 48 |
+
"31": "item_measures_body",
|
| 49 |
+
"32": "item_stackable",
|
| 50 |
+
"33": "goods_value",
|
| 51 |
+
"34": "others",
|
| 52 |
+
"35": "delivery_time",
|
| 53 |
+
"36": "delivery_booking_needed",
|
| 54 |
+
"37": "pick_up_time_window",
|
| 55 |
+
"38": "delivery_time_window",
|
| 56 |
+
"39": "hazardous_goods",
|
| 57 |
+
"40": "limited_quantity",
|
| 58 |
+
"41": "consignee_name",
|
| 59 |
+
"42": "consignee_address",
|
| 60 |
+
"43": "consignee_city",
|
| 61 |
+
"44": "consignee_state",
|
| 62 |
+
"45": "consignee_zipcode",
|
| 63 |
+
"46": "consignee_province",
|
| 64 |
+
"47": "contact_person"
|
| 65 |
+
},
|
| 66 |
+
"initializer_range": 0.02,
|
| 67 |
+
"input_size": 224,
|
| 68 |
+
"intermediate_size": 3072,
|
| 69 |
+
"label2id": {
|
| 70 |
+
"client_reference": 2,
|
| 71 |
+
"consignee_address": 42,
|
| 72 |
+
"consignee_city": 43,
|
| 73 |
+
"consignee_name": 41,
|
| 74 |
+
"consignee_province": 46,
|
| 75 |
+
"consignee_state": 44,
|
| 76 |
+
"consignee_zipcode": 45,
|
| 77 |
+
"contact_email": 16,
|
| 78 |
+
"contact_person": 47,
|
| 79 |
+
"contact_phone": 17,
|
| 80 |
+
"controlled_temp": 8,
|
| 81 |
+
"delivery_address": 20,
|
| 82 |
+
"delivery_booking_needed": 36,
|
| 83 |
+
"delivery_city": 21,
|
| 84 |
+
"delivery_date": 1,
|
| 85 |
+
"delivery_department": 19,
|
| 86 |
+
"delivery_name": 18,
|
| 87 |
+
"delivery_province": 22,
|
| 88 |
+
"delivery_state": 24,
|
| 89 |
+
"delivery_time": 35,
|
| 90 |
+
"delivery_time_window": 38,
|
| 91 |
+
"delivery_zipcode": 23,
|
| 92 |
+
"goods_value": 33,
|
| 93 |
+
"hazardous_goods": 39,
|
| 94 |
+
"incoterms": 7,
|
| 95 |
+
"item_measures_body": 31,
|
| 96 |
+
"item_notes": 27,
|
| 97 |
+
"item_numpack_body": 25,
|
| 98 |
+
"item_pack_type": 26,
|
| 99 |
+
"item_stackable": 32,
|
| 100 |
+
"item_volume_body": 30,
|
| 101 |
+
"item_weight_body": 28,
|
| 102 |
+
"item_weight_body_measure_unit": 29,
|
| 103 |
+
"limited_quantity": 40,
|
| 104 |
+
"numpack_tot": 5,
|
| 105 |
+
"others": 34,
|
| 106 |
+
"pick_up_date": 0,
|
| 107 |
+
"pick_up_time_window": 37,
|
| 108 |
+
"pickup_address": 11,
|
| 109 |
+
"pickup_city": 12,
|
| 110 |
+
"pickup_department": 10,
|
| 111 |
+
"pickup_name": 9,
|
| 112 |
+
"pickup_province": 13,
|
| 113 |
+
"pickup_state": 15,
|
| 114 |
+
"pickup_zipcode": 14,
|
| 115 |
+
"volumes_tot": 6,
|
| 116 |
+
"weight_measure_unit": 4,
|
| 117 |
+
"weight_tot": 3
|
| 118 |
+
},
|
| 119 |
+
"layer_norm_eps": 1e-05,
|
| 120 |
+
"max_2d_position_embeddings": 1024,
|
| 121 |
+
"max_position_embeddings": 514,
|
| 122 |
+
"max_rel_2d_pos": 256,
|
| 123 |
+
"max_rel_pos": 128,
|
| 124 |
+
"model_type": "layoutlmv3",
|
| 125 |
+
"num_attention_heads": 12,
|
| 126 |
+
"num_channels": 3,
|
| 127 |
+
"num_hidden_layers": 12,
|
| 128 |
+
"pad_token_id": 1,
|
| 129 |
+
"patch_size": 16,
|
| 130 |
+
"rel_2d_pos_bins": 64,
|
| 131 |
+
"rel_pos_bins": 32,
|
| 132 |
+
"second_input_size": 112,
|
| 133 |
+
"shape_size": 128,
|
| 134 |
+
"text_embed": true,
|
| 135 |
+
"torch_dtype": "float32",
|
| 136 |
+
"transformers_version": "4.41.0.dev0",
|
| 137 |
+
"type_vocab_size": 1,
|
| 138 |
+
"visual_embed": true,
|
| 139 |
+
"vocab_size": 50265
|
| 140 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86ceddd836148bd1ff65c71abcb00eee2766b636c20277f8d6cb74896c64926d
|
| 3 |
+
size 503844248
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_valid_processor_keys": [
|
| 3 |
+
"images",
|
| 4 |
+
"do_resize",
|
| 5 |
+
"size",
|
| 6 |
+
"resample",
|
| 7 |
+
"do_rescale",
|
| 8 |
+
"rescale_factor",
|
| 9 |
+
"do_normalize",
|
| 10 |
+
"image_mean",
|
| 11 |
+
"image_std",
|
| 12 |
+
"apply_ocr",
|
| 13 |
+
"ocr_lang",
|
| 14 |
+
"tesseract_config",
|
| 15 |
+
"return_tensors",
|
| 16 |
+
"data_format",
|
| 17 |
+
"input_data_format"
|
| 18 |
+
],
|
| 19 |
+
"apply_ocr": false,
|
| 20 |
+
"do_normalize": true,
|
| 21 |
+
"do_rescale": true,
|
| 22 |
+
"do_resize": true,
|
| 23 |
+
"image_mean": [
|
| 24 |
+
0.5,
|
| 25 |
+
0.5,
|
| 26 |
+
0.5
|
| 27 |
+
],
|
| 28 |
+
"image_processor_type": "LayoutLMv3ImageProcessor",
|
| 29 |
+
"image_std": [
|
| 30 |
+
0.5,
|
| 31 |
+
0.5,
|
| 32 |
+
0.5
|
| 33 |
+
],
|
| 34 |
+
"ocr_lang": null,
|
| 35 |
+
"processor_class": "LayoutLMv3Processor",
|
| 36 |
+
"resample": 2,
|
| 37 |
+
"rescale_factor": 0.00392156862745098,
|
| 38 |
+
"size": {
|
| 39 |
+
"height": 224,
|
| 40 |
+
"width": 224
|
| 41 |
+
},
|
| 42 |
+
"tesseract_config": ""
|
| 43 |
+
}
|
runs/May14_19-29-00_c0c98940b33a/events.out.tfevents.1715714943.c0c98940b33a.58133.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b8a3680c0026113e6e579b1c9c9f961e817ffe33aaf1f4a87df6a6ffc764699
|
| 3 |
+
size 10408
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": true,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"cls_token": {
|
| 10 |
+
"content": "<s>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": true,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"eos_token": {
|
| 17 |
+
"content": "</s>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": true,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"mask_token": {
|
| 24 |
+
"content": "<mask>",
|
| 25 |
+
"lstrip": true,
|
| 26 |
+
"normalized": true,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
},
|
| 30 |
+
"pad_token": {
|
| 31 |
+
"content": "<pad>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": true,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false
|
| 36 |
+
},
|
| 37 |
+
"sep_token": {
|
| 38 |
+
"content": "</s>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": true,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false
|
| 43 |
+
},
|
| 44 |
+
"unk_token": {
|
| 45 |
+
"content": "<unk>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": true,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false
|
| 50 |
+
}
|
| 51 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": true,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"0": {
|
| 5 |
+
"content": "<s>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": true,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"1": {
|
| 13 |
+
"content": "<pad>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": true,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"2": {
|
| 21 |
+
"content": "</s>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": true,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"3": {
|
| 29 |
+
"content": "<unk>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": true,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"50264": {
|
| 37 |
+
"content": "<mask>",
|
| 38 |
+
"lstrip": true,
|
| 39 |
+
"normalized": true,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
}
|
| 44 |
+
},
|
| 45 |
+
"apply_ocr": false,
|
| 46 |
+
"bos_token": "<s>",
|
| 47 |
+
"clean_up_tokenization_spaces": true,
|
| 48 |
+
"cls_token": "<s>",
|
| 49 |
+
"cls_token_box": [
|
| 50 |
+
0,
|
| 51 |
+
0,
|
| 52 |
+
0,
|
| 53 |
+
0
|
| 54 |
+
],
|
| 55 |
+
"eos_token": "</s>",
|
| 56 |
+
"errors": "replace",
|
| 57 |
+
"mask_token": "<mask>",
|
| 58 |
+
"model_max_length": 512,
|
| 59 |
+
"only_label_first_subword": true,
|
| 60 |
+
"pad_token": "<pad>",
|
| 61 |
+
"pad_token_box": [
|
| 62 |
+
0,
|
| 63 |
+
0,
|
| 64 |
+
0,
|
| 65 |
+
0
|
| 66 |
+
],
|
| 67 |
+
"pad_token_label": -100,
|
| 68 |
+
"processor_class": "LayoutLMv3Processor",
|
| 69 |
+
"sep_token": "</s>",
|
| 70 |
+
"sep_token_box": [
|
| 71 |
+
0,
|
| 72 |
+
0,
|
| 73 |
+
0,
|
| 74 |
+
0
|
| 75 |
+
],
|
| 76 |
+
"tokenizer_class": "LayoutLMv3Tokenizer",
|
| 77 |
+
"trim_offsets": true,
|
| 78 |
+
"unk_token": "<unk>"
|
| 79 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6710d98c9597411a59cbb391dbd29999f61b955f433405f21493202f4d99f5e9
|
| 3 |
+
size 5112
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|