nttaii commited on
Commit
b306477
1 Parent(s): 6426ee3

Training in progress, epoch 1

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