pbeyens commited on
Commit
bf22b68
1 Parent(s): efb6ee4

Training in progress, step 200

Browse files
Files changed (3) hide show
  1. config.json +213 -0
  2. pytorch_model.bin +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "SCUT-DLVCLab/lilt-roberta-en-base",
3
+ "architectures": [
4
+ "LiltForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "channel_shrink_ratio": 4,
9
+ "classifier_dropout": null,
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "O",
16
+ "1": "I-date_text",
17
+ "2": "I-date_value",
18
+ "3": "I-time_text",
19
+ "4": "I-time_value",
20
+ "5": "I-datetime",
21
+ "6": "I-heading",
22
+ "7": "I-unused8",
23
+ "8": "I-unused7",
24
+ "9": "I-unused6",
25
+ "10": "I-tax.header",
26
+ "11": "I-tax.description",
27
+ "12": "I-tax.price",
28
+ "13": "I-tax.price_excl",
29
+ "14": "I-tax.price_incl",
30
+ "15": "I-unused5",
31
+ "16": "I-unused4",
32
+ "17": "I-unused3",
33
+ "18": "I-unused2",
34
+ "19": "I-unused1",
35
+ "20": "I-store.name",
36
+ "21": "I-store.address",
37
+ "22": "I-store.phone",
38
+ "23": "I-store.email",
39
+ "24": "I-store.website",
40
+ "25": "I-store.tax_id",
41
+ "26": "I-store.unused3",
42
+ "27": "I-store.unused2",
43
+ "28": "I-store.unused1",
44
+ "29": "I-store.etc",
45
+ "30": "I-item.header",
46
+ "31": "I-item.quantity",
47
+ "32": "I-item.description",
48
+ "33": "I-item.unit_price",
49
+ "34": "I-item.price",
50
+ "35": "I-item.id",
51
+ "36": "I-item.discount_description",
52
+ "37": "I-item.discount_price",
53
+ "38": "I-item.etc",
54
+ "39": "I-item.unused11",
55
+ "40": "I-item.unused10",
56
+ "41": "I-item.unused9",
57
+ "42": "I-item.unused8",
58
+ "43": "I-item.unused7",
59
+ "44": "I-item.unused6",
60
+ "45": "I-item.unused5",
61
+ "46": "I-item.unused4",
62
+ "47": "I-item.unused3",
63
+ "48": "I-item.unused2",
64
+ "49": "I-item.unused1",
65
+ "50": "I-sub_total.text",
66
+ "51": "I-sub_total.price",
67
+ "52": "I-sub_total.discount_text",
68
+ "53": "I-sub_total.discount_price",
69
+ "54": "I-sub_total.discount_item_text",
70
+ "55": "I-sub_total.discount_item_price",
71
+ "56": "I-sub_total.tax_text",
72
+ "57": "I-sub_total.tax_price",
73
+ "58": "I-sub_total.tax_excl_text",
74
+ "59": "I-sub_total.tax_excl_price",
75
+ "60": "I-sub_total.tax_incl_text",
76
+ "61": "I-sub_total.tax_incl_price",
77
+ "62": "I-sub_total.service_text",
78
+ "63": "I-sub_total.service_price",
79
+ "64": "I-sub_total.item_rows_text",
80
+ "65": "I-sub_total.item_rows_value",
81
+ "66": "I-sub_total.quantity_text",
82
+ "67": "I-sub_total.quantity_value",
83
+ "68": "I-sub_total.etc_text",
84
+ "69": "I-sub_total.etc_price",
85
+ "70": "I-total.text",
86
+ "71": "I-total.price",
87
+ "72": "I-total.rounded_text",
88
+ "73": "I-total.rounded_price",
89
+ "74": "I-total.unused4",
90
+ "75": "I-total.unused3",
91
+ "76": "I-total.unused2",
92
+ "77": "I-total.unused1",
93
+ "78": "I-total.etc_text",
94
+ "79": "I-total.etc_price",
95
+ "80": "I-payment.cash_text",
96
+ "81": "I-payment.cash_price",
97
+ "82": "I-payment.change_text",
98
+ "83": "I-payment.change_price",
99
+ "84": "I-payment.other_text",
100
+ "85": "I-payment.other_price",
101
+ "86": "I-payment.details_total_text",
102
+ "87": "I-payment.details_total_price",
103
+ "88": "I-payment.etc_text",
104
+ "89": "I-payment.etc_price"
105
+ },
106
+ "initializer_range": 0.02,
107
+ "intermediate_size": 3072,
108
+ "label2id": {
109
+ "I-date_text": 1,
110
+ "I-date_value": 2,
111
+ "I-datetime": 5,
112
+ "I-heading": 6,
113
+ "I-item.description": 32,
114
+ "I-item.discount_description": 36,
115
+ "I-item.discount_price": 37,
116
+ "I-item.etc": 38,
117
+ "I-item.header": 30,
118
+ "I-item.id": 35,
119
+ "I-item.price": 34,
120
+ "I-item.quantity": 31,
121
+ "I-item.unit_price": 33,
122
+ "I-item.unused1": 49,
123
+ "I-item.unused10": 40,
124
+ "I-item.unused11": 39,
125
+ "I-item.unused2": 48,
126
+ "I-item.unused3": 47,
127
+ "I-item.unused4": 46,
128
+ "I-item.unused5": 45,
129
+ "I-item.unused6": 44,
130
+ "I-item.unused7": 43,
131
+ "I-item.unused8": 42,
132
+ "I-item.unused9": 41,
133
+ "I-payment.cash_price": 81,
134
+ "I-payment.cash_text": 80,
135
+ "I-payment.change_price": 83,
136
+ "I-payment.change_text": 82,
137
+ "I-payment.details_total_price": 87,
138
+ "I-payment.details_total_text": 86,
139
+ "I-payment.etc_price": 89,
140
+ "I-payment.etc_text": 88,
141
+ "I-payment.other_price": 85,
142
+ "I-payment.other_text": 84,
143
+ "I-store.address": 21,
144
+ "I-store.email": 23,
145
+ "I-store.etc": 29,
146
+ "I-store.name": 20,
147
+ "I-store.phone": 22,
148
+ "I-store.tax_id": 25,
149
+ "I-store.unused1": 28,
150
+ "I-store.unused2": 27,
151
+ "I-store.unused3": 26,
152
+ "I-store.website": 24,
153
+ "I-sub_total.discount_item_price": 55,
154
+ "I-sub_total.discount_item_text": 54,
155
+ "I-sub_total.discount_price": 53,
156
+ "I-sub_total.discount_text": 52,
157
+ "I-sub_total.etc_price": 69,
158
+ "I-sub_total.etc_text": 68,
159
+ "I-sub_total.item_rows_text": 64,
160
+ "I-sub_total.item_rows_value": 65,
161
+ "I-sub_total.price": 51,
162
+ "I-sub_total.quantity_text": 66,
163
+ "I-sub_total.quantity_value": 67,
164
+ "I-sub_total.service_price": 63,
165
+ "I-sub_total.service_text": 62,
166
+ "I-sub_total.tax_excl_price": 59,
167
+ "I-sub_total.tax_excl_text": 58,
168
+ "I-sub_total.tax_incl_price": 61,
169
+ "I-sub_total.tax_incl_text": 60,
170
+ "I-sub_total.tax_price": 57,
171
+ "I-sub_total.tax_text": 56,
172
+ "I-sub_total.text": 50,
173
+ "I-tax.description": 11,
174
+ "I-tax.header": 10,
175
+ "I-tax.price": 12,
176
+ "I-tax.price_excl": 13,
177
+ "I-tax.price_incl": 14,
178
+ "I-time_text": 3,
179
+ "I-time_value": 4,
180
+ "I-total.etc_price": 79,
181
+ "I-total.etc_text": 78,
182
+ "I-total.price": 71,
183
+ "I-total.rounded_price": 73,
184
+ "I-total.rounded_text": 72,
185
+ "I-total.text": 70,
186
+ "I-total.unused1": 77,
187
+ "I-total.unused2": 76,
188
+ "I-total.unused3": 75,
189
+ "I-total.unused4": 74,
190
+ "I-unused1": 19,
191
+ "I-unused2": 18,
192
+ "I-unused3": 17,
193
+ "I-unused4": 16,
194
+ "I-unused5": 15,
195
+ "I-unused6": 9,
196
+ "I-unused7": 8,
197
+ "I-unused8": 7,
198
+ "O": 0
199
+ },
200
+ "layer_norm_eps": 1e-05,
201
+ "max_2d_position_embeddings": 1024,
202
+ "max_position_embeddings": 514,
203
+ "model_type": "lilt",
204
+ "num_attention_heads": 12,
205
+ "num_hidden_layers": 12,
206
+ "pad_token_id": 1,
207
+ "position_embedding_type": "absolute",
208
+ "torch_dtype": "float32",
209
+ "transformers_version": "4.32.1",
210
+ "type_vocab_size": 1,
211
+ "use_cache": true,
212
+ "vocab_size": 50265
213
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3323923f97f8f574951176dda89f25e8903dda856cd2e920fc48bf3e8bb27595
3
+ size 521072077
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94915aaed0fe3d157487c7b14bc0be9af5ce0970cece7f9d0b4829c9da8c82f8
3
+ size 4091