Dharma20 commited on
Commit
a09581f
·
1 Parent(s): 3084a9f

Training in progress epoch 7

Browse files
config.json ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "B-BOD",
15
+ "2": "B-BUILDING",
16
+ "3": "B-CARDISSUER",
17
+ "4": "B-CITY",
18
+ "5": "B-COUNTRY",
19
+ "6": "B-DATE",
20
+ "7": "B-DRIVERLICENSE",
21
+ "8": "B-EMAIL",
22
+ "9": "B-GEOCOORD",
23
+ "10": "B-GIVENNAME1",
24
+ "11": "B-GIVENNAME2",
25
+ "12": "B-IDCARD",
26
+ "13": "B-IP",
27
+ "14": "B-LASTNAME1",
28
+ "15": "B-LASTNAME2",
29
+ "16": "B-LASTNAME3",
30
+ "17": "B-PASS",
31
+ "18": "B-PASSPORT",
32
+ "19": "B-POSTCODE",
33
+ "20": "B-SECADDRESS",
34
+ "21": "B-SEX",
35
+ "22": "B-SOCIALNUMBER",
36
+ "23": "B-STATE",
37
+ "24": "B-STREET",
38
+ "25": "B-TEL",
39
+ "26": "B-TIME",
40
+ "27": "B-TITLE",
41
+ "28": "B-USERNAME",
42
+ "29": "I-BOD",
43
+ "30": "I-BUILDING",
44
+ "31": "I-CARDISSUER",
45
+ "32": "I-CITY",
46
+ "33": "I-COUNTRY",
47
+ "34": "I-DATE",
48
+ "35": "I-DRIVERLICENSE",
49
+ "36": "I-EMAIL",
50
+ "37": "I-GEOCOORD",
51
+ "38": "I-GIVENNAME1",
52
+ "39": "I-GIVENNAME2",
53
+ "40": "I-IDCARD",
54
+ "41": "I-IP",
55
+ "42": "I-LASTNAME1",
56
+ "43": "I-LASTNAME2",
57
+ "44": "I-LASTNAME3",
58
+ "45": "I-PASS",
59
+ "46": "I-PASSPORT",
60
+ "47": "I-POSTCODE",
61
+ "48": "I-SECADDRESS",
62
+ "49": "I-SEX",
63
+ "50": "I-SOCIALNUMBER",
64
+ "51": "I-STATE",
65
+ "52": "I-STREET",
66
+ "53": "I-TEL",
67
+ "54": "I-TIME",
68
+ "55": "I-TITLE",
69
+ "56": "I-USERNAME"
70
+ },
71
+ "initializer_range": 0.02,
72
+ "intermediate_size": 3072,
73
+ "label2id": {
74
+ "B-BOD": 1,
75
+ "B-BUILDING": 2,
76
+ "B-CARDISSUER": 3,
77
+ "B-CITY": 4,
78
+ "B-COUNTRY": 5,
79
+ "B-DATE": 6,
80
+ "B-DRIVERLICENSE": 7,
81
+ "B-EMAIL": 8,
82
+ "B-GEOCOORD": 9,
83
+ "B-GIVENNAME1": 10,
84
+ "B-GIVENNAME2": 11,
85
+ "B-IDCARD": 12,
86
+ "B-IP": 13,
87
+ "B-LASTNAME1": 14,
88
+ "B-LASTNAME2": 15,
89
+ "B-LASTNAME3": 16,
90
+ "B-PASS": 17,
91
+ "B-PASSPORT": 18,
92
+ "B-POSTCODE": 19,
93
+ "B-SECADDRESS": 20,
94
+ "B-SEX": 21,
95
+ "B-SOCIALNUMBER": 22,
96
+ "B-STATE": 23,
97
+ "B-STREET": 24,
98
+ "B-TEL": 25,
99
+ "B-TIME": 26,
100
+ "B-TITLE": 27,
101
+ "B-USERNAME": 28,
102
+ "I-BOD": 29,
103
+ "I-BUILDING": 30,
104
+ "I-CARDISSUER": 31,
105
+ "I-CITY": 32,
106
+ "I-COUNTRY": 33,
107
+ "I-DATE": 34,
108
+ "I-DRIVERLICENSE": 35,
109
+ "I-EMAIL": 36,
110
+ "I-GEOCOORD": 37,
111
+ "I-GIVENNAME1": 38,
112
+ "I-GIVENNAME2": 39,
113
+ "I-IDCARD": 40,
114
+ "I-IP": 41,
115
+ "I-LASTNAME1": 42,
116
+ "I-LASTNAME2": 43,
117
+ "I-LASTNAME3": 44,
118
+ "I-PASS": 45,
119
+ "I-PASSPORT": 46,
120
+ "I-POSTCODE": 47,
121
+ "I-SECADDRESS": 48,
122
+ "I-SEX": 49,
123
+ "I-SOCIALNUMBER": 50,
124
+ "I-STATE": 51,
125
+ "I-STREET": 52,
126
+ "I-TEL": 53,
127
+ "I-TIME": 54,
128
+ "I-TITLE": 55,
129
+ "I-USERNAME": 56,
130
+ "O": 0
131
+ },
132
+ "layer_norm_eps": 1e-12,
133
+ "max_position_embeddings": 512,
134
+ "model_type": "bert",
135
+ "num_attention_heads": 12,
136
+ "num_hidden_layers": 12,
137
+ "pad_token_id": 0,
138
+ "position_embedding_type": "absolute",
139
+ "torch_dtype": "float32",
140
+ "transformers_version": "4.41.1",
141
+ "type_vocab_size": 2,
142
+ "use_cache": true,
143
+ "vocab_size": 28996
144
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1a56e1dc6c0cbd1c82acc5743aff082a8a24324e7aefc4610cc25534b2e1c0a
3
+ size 431077388
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,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff