nttaii commited on
Commit
6b33df8
·
verified ·
1 Parent(s): f504766

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/llmlingua-2-bert-base-multilingual-cased-meetingbank",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "0",
14
+ "1": "B-arrivalTrainNo",
15
+ "2": "I-arrivalTrainNo",
16
+ "3": "B-bookingNumber",
17
+ "4": "I-bookingNumber",
18
+ "5": "B-cardNumber",
19
+ "6": "I-cardNumber",
20
+ "7": "B-cardType",
21
+ "8": "I-cardType",
22
+ "9": "B-checkIn",
23
+ "10": "I-checkIn",
24
+ "11": "B-checkOut",
25
+ "12": "I-checkOut",
26
+ "13": "B-companyAddress",
27
+ "14": "I-companyAddress",
28
+ "15": "B-companyCity",
29
+ "16": "I-companyCity",
30
+ "17": "B-companyCountry",
31
+ "18": "I-companyCountry",
32
+ "19": "B-companyName",
33
+ "20": "I-companyName",
34
+ "21": "B-companyVATNumber",
35
+ "22": "I-companyVATNumber",
36
+ "23": "B-companyZipcode",
37
+ "24": "I-companyZipcode",
38
+ "25": "B-crewType",
39
+ "26": "I-crewType",
40
+ "27": "B-currencyCode",
41
+ "28": "I-currencyCode",
42
+ "29": "B-documentType",
43
+ "30": "I-documentType",
44
+ "31": "B-externalReservationNumber",
45
+ "32": "I-externalReservationNumber",
46
+ "33": "B-grossAmount",
47
+ "34": "I-grossAmount",
48
+ "35": "B-hotelAddress",
49
+ "36": "I-hotelAddress",
50
+ "37": "B-hotelBankAccount",
51
+ "38": "I-hotelBankAccount",
52
+ "39": "B-hotelCity",
53
+ "40": "I-hotelCity",
54
+ "41": "B-hotelCountry",
55
+ "42": "I-hotelCountry",
56
+ "43": "B-hotelEmail",
57
+ "44": "I-hotelEmail",
58
+ "45": "B-hotelFaxNumber",
59
+ "46": "I-hotelFaxNumber",
60
+ "47": "B-hotelName",
61
+ "48": "I-hotelName",
62
+ "49": "B-hotelPhoneNumber",
63
+ "50": "I-hotelPhoneNumber",
64
+ "51": "B-hotelTaxCode",
65
+ "52": "I-hotelTaxCode",
66
+ "53": "B-hotelVATNumber",
67
+ "54": "I-hotelVATNumber",
68
+ "55": "B-hotelZipCode",
69
+ "56": "I-hotelZipCode",
70
+ "57": "B-invoiceDate",
71
+ "58": "I-invoiceDate",
72
+ "59": "B-invoiceNumber",
73
+ "60": "I-invoiceNumber",
74
+ "61": "B-netAmount",
75
+ "62": "I-netAmount",
76
+ "63": "B-pageNo",
77
+ "64": "I-pageNo",
78
+ "65": "B-reservationNumber",
79
+ "66": "I-reservationNumber",
80
+ "67": "B-roomNo",
81
+ "68": "I-roomNo",
82
+ "69": "B-taxAmount",
83
+ "70": "I-taxAmount",
84
+ "71": "B-trafficDate",
85
+ "72": "I-trafficDate",
86
+ "73": "B-travellerName",
87
+ "74": "I-travellerName",
88
+ "75": "B-Bank_Account/bankInfo",
89
+ "76": "I-Bank_Account/bankInfo",
90
+ "77": "B-Bank_Account/IBAN",
91
+ "78": "I-Bank_Account/IBAN",
92
+ "79": "B-Bank_Account/BIC",
93
+ "80": "I-Bank_Account/BIC",
94
+ "81": "B-Bank_Account/currencyCode",
95
+ "82": "I-Bank_Account/currencyCode"
96
+ },
97
+ "initializer_range": 0.02,
98
+ "intermediate_size": 3072,
99
+ "label2id": {
100
+ "0": 0,
101
+ "B-Bank_Account/BIC": 79,
102
+ "B-Bank_Account/IBAN": 77,
103
+ "B-Bank_Account/bankInfo": 75,
104
+ "B-Bank_Account/currencyCode": 81,
105
+ "B-arrivalTrainNo": 1,
106
+ "B-bookingNumber": 3,
107
+ "B-cardNumber": 5,
108
+ "B-cardType": 7,
109
+ "B-checkIn": 9,
110
+ "B-checkOut": 11,
111
+ "B-companyAddress": 13,
112
+ "B-companyCity": 15,
113
+ "B-companyCountry": 17,
114
+ "B-companyName": 19,
115
+ "B-companyVATNumber": 21,
116
+ "B-companyZipcode": 23,
117
+ "B-crewType": 25,
118
+ "B-currencyCode": 27,
119
+ "B-documentType": 29,
120
+ "B-externalReservationNumber": 31,
121
+ "B-grossAmount": 33,
122
+ "B-hotelAddress": 35,
123
+ "B-hotelBankAccount": 37,
124
+ "B-hotelCity": 39,
125
+ "B-hotelCountry": 41,
126
+ "B-hotelEmail": 43,
127
+ "B-hotelFaxNumber": 45,
128
+ "B-hotelName": 47,
129
+ "B-hotelPhoneNumber": 49,
130
+ "B-hotelTaxCode": 51,
131
+ "B-hotelVATNumber": 53,
132
+ "B-hotelZipCode": 55,
133
+ "B-invoiceDate": 57,
134
+ "B-invoiceNumber": 59,
135
+ "B-netAmount": 61,
136
+ "B-pageNo": 63,
137
+ "B-reservationNumber": 65,
138
+ "B-roomNo": 67,
139
+ "B-taxAmount": 69,
140
+ "B-trafficDate": 71,
141
+ "B-travellerName": 73,
142
+ "I-Bank_Account/BIC": 80,
143
+ "I-Bank_Account/IBAN": 78,
144
+ "I-Bank_Account/bankInfo": 76,
145
+ "I-Bank_Account/currencyCode": 82,
146
+ "I-arrivalTrainNo": 2,
147
+ "I-bookingNumber": 4,
148
+ "I-cardNumber": 6,
149
+ "I-cardType": 8,
150
+ "I-checkIn": 10,
151
+ "I-checkOut": 12,
152
+ "I-companyAddress": 14,
153
+ "I-companyCity": 16,
154
+ "I-companyCountry": 18,
155
+ "I-companyName": 20,
156
+ "I-companyVATNumber": 22,
157
+ "I-companyZipcode": 24,
158
+ "I-crewType": 26,
159
+ "I-currencyCode": 28,
160
+ "I-documentType": 30,
161
+ "I-externalReservationNumber": 32,
162
+ "I-grossAmount": 34,
163
+ "I-hotelAddress": 36,
164
+ "I-hotelBankAccount": 38,
165
+ "I-hotelCity": 40,
166
+ "I-hotelCountry": 42,
167
+ "I-hotelEmail": 44,
168
+ "I-hotelFaxNumber": 46,
169
+ "I-hotelName": 48,
170
+ "I-hotelPhoneNumber": 50,
171
+ "I-hotelTaxCode": 52,
172
+ "I-hotelVATNumber": 54,
173
+ "I-hotelZipCode": 56,
174
+ "I-invoiceDate": 58,
175
+ "I-invoiceNumber": 60,
176
+ "I-netAmount": 62,
177
+ "I-pageNo": 64,
178
+ "I-reservationNumber": 66,
179
+ "I-roomNo": 68,
180
+ "I-taxAmount": 70,
181
+ "I-trafficDate": 72,
182
+ "I-travellerName": 74
183
+ },
184
+ "layer_norm_eps": 1e-12,
185
+ "max_position_embeddings": 512,
186
+ "model_type": "bert",
187
+ "num_attention_heads": 12,
188
+ "num_hidden_layers": 12,
189
+ "pad_token_id": 0,
190
+ "pooler_fc_size": 768,
191
+ "pooler_num_attention_heads": 12,
192
+ "pooler_num_fc_layers": 3,
193
+ "pooler_size_per_head": 128,
194
+ "pooler_type": "first_token_transform",
195
+ "position_embedding_type": "absolute",
196
+ "torch_dtype": "float32",
197
+ "transformers_version": "4.40.2",
198
+ "type_vocab_size": 2,
199
+ "use_cache": true,
200
+ "vocab_size": 119647
201
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64bce2149be106e1b5fc10a5f86aad6ad90d2167505bfbc2c4eaf4c97c69ff5c
3
+ size 709637260
runs/Jul14_17-02-58_T2P-CPU010/events.out.tfevents.1720951382.T2P-CPU010.3105131.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6e3028a58324a539a9fa66e168bf855eba8c1501fea81509b6c2bf562fd7102
3
+ size 46313
special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "[PAD]",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "100": {
13
+ "content": "[UNK]",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "101": {
21
+ "content": "[CLS]",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "102": {
29
+ "content": "[SEP]",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "103": {
37
+ "content": "[MASK]",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "clean_up_tokenization_spaces": true,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "BertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75fa6049a544326022d80f9a9f55692fcb7346c57013eae7d3048538a09927da
3
+ size 5112
vocab.txt ADDED
The diff for this file is too large to render. See raw diff