cuongdz01 commited on
Commit
c31c0c9
1 Parent(s): a71bd9a

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/layoutlmv2-base-uncased",
3
+ "architectures": [
4
+ "LayoutLMForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "coordinate_size": 128,
8
+ "fast_qkv": true,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "menu.cnt",
15
+ "1": "menu.discountprice",
16
+ "2": "menu.etc",
17
+ "3": "menu.itemsubtotal",
18
+ "4": "menu.nm",
19
+ "5": "menu.num",
20
+ "6": "menu.price",
21
+ "7": "menu.sub.cnt",
22
+ "8": "menu.sub.nm",
23
+ "9": "menu.sub.price",
24
+ "10": "menu.sub.unitprice",
25
+ "11": "menu.unitprice",
26
+ "12": "menu.vatyn",
27
+ "13": "sub_total.discount_price",
28
+ "14": "sub_total.etc",
29
+ "15": "sub_total.othersvc_price",
30
+ "16": "sub_total.service_price",
31
+ "17": "sub_total.subtotal_price",
32
+ "18": "sub_total.tax_price",
33
+ "19": "total.cashprice",
34
+ "20": "total.changeprice",
35
+ "21": "total.creditcardprice",
36
+ "22": "total.emoneyprice",
37
+ "23": "total.menuqty_cnt",
38
+ "24": "total.menutype_cnt",
39
+ "25": "total.total_etc",
40
+ "26": "total.total_price",
41
+ "27": "void_menu.nm",
42
+ "28": "void_menu.price"
43
+ },
44
+ "image_feature_pool_shape": [
45
+ 7,
46
+ 7,
47
+ 256
48
+ ],
49
+ "initializer_range": 0.02,
50
+ "intermediate_size": 3072,
51
+ "label2id": {
52
+ "menu.cnt": 0,
53
+ "menu.discountprice": 1,
54
+ "menu.etc": 2,
55
+ "menu.itemsubtotal": 3,
56
+ "menu.nm": 4,
57
+ "menu.num": 5,
58
+ "menu.price": 6,
59
+ "menu.sub.cnt": 7,
60
+ "menu.sub.nm": 8,
61
+ "menu.sub.price": 9,
62
+ "menu.sub.unitprice": 10,
63
+ "menu.unitprice": 11,
64
+ "menu.vatyn": 12,
65
+ "sub_total.discount_price": 13,
66
+ "sub_total.etc": 14,
67
+ "sub_total.othersvc_price": 15,
68
+ "sub_total.service_price": 16,
69
+ "sub_total.subtotal_price": 17,
70
+ "sub_total.tax_price": 18,
71
+ "total.cashprice": 19,
72
+ "total.changeprice": 20,
73
+ "total.creditcardprice": 21,
74
+ "total.emoneyprice": 22,
75
+ "total.menuqty_cnt": 23,
76
+ "total.menutype_cnt": 24,
77
+ "total.total_etc": 25,
78
+ "total.total_price": 26,
79
+ "void_menu.nm": 27,
80
+ "void_menu.price": 28
81
+ },
82
+ "layer_norm_eps": 1e-12,
83
+ "max_2d_position_embeddings": 1024,
84
+ "max_position_embeddings": 512,
85
+ "max_rel_2d_pos": 256,
86
+ "max_rel_pos": 128,
87
+ "model_type": "layoutlm",
88
+ "num_attention_heads": 12,
89
+ "num_hidden_layers": 12,
90
+ "output_past": true,
91
+ "pad_token_id": 0,
92
+ "position_embedding_type": "absolute",
93
+ "rel_2d_pos_bins": 64,
94
+ "rel_pos_bins": 32,
95
+ "shape_size": 128,
96
+ "torch_dtype": "float32",
97
+ "transformers_version": "4.36.0",
98
+ "type_vocab_size": 2,
99
+ "use_cache": true,
100
+ "vocab_size": 30522
101
+ }
logs/events.out.tfevents.1704170218.95354f85f55c.26.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1a365a845f5624eea59029b662f86bc4a2e7310f857c3c7479e6c06c5a661dc
3
+ size 6866
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a3c97e7a4166c3d90a1f58f8d8e20303e5357cc765baf256c2626ed93328675
3
+ size 450625884
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b07c6fe3e3a16552f6d7d8f810a96cc86143e0d616297d0786fbe8f5851516b9
3
+ size 4283