File size: 2,584 Bytes
9e4d050
 
 
 
 
 
 
 
 
 
 
 
 
0ad6753
 
9e4d050
 
 
 
0ad6753
 
 
 
9e4d050
 
0ad6753
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9e4d050
 
 
 
0ad6753
 
 
 
 
9e4d050
0ad6753
9e4d050
0ad6753
 
 
 
 
 
 
9e4d050
0ad6753
 
 
 
 
 
 
 
 
9e4d050
0ad6753
9e4d050
0ad6753
 
 
 
 
 
 
9e4d050
0ad6753
 
 
 
9e4d050
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
  "architectures": [
    "RobertaForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "bos_token_id": 0,
  "classifier_dropout": null,
  "eos_token_id": 2,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "O",
    "1": "B-unique_identifier",
    "2": "I-unique_identifier",
    "3": "B-date_of_birth",
    "4": "I-date_of_birth",
    "5": "B-ssn",
    "6": "I-ssn",
    "7": "B-date_time",
    "8": "I-date_time",
    "9": "B-person_name",
    "10": "I-person_name",
    "11": "B-email",
    "12": "I-email",
    "13": "B-location",
    "14": "I-location",
    "15": "B-phone_number",
    "16": "I-phone_number",
    "17": "B-ipv4",
    "18": "I-ipv4",
    "19": "B-credit_card_number",
    "20": "I-credit_card_number",
    "21": "B-user_name",
    "22": "I-user_name",
    "23": "B-company_name",
    "24": "I-company_name",
    "25": "B-account_number",
    "26": "I-account_number",
    "27": "B-api_key",
    "28": "I-api_key",
    "29": "B-ipv6",
    "30": "I-ipv6",
    "31": "B-password",
    "32": "I-password",
    "33": "B-url",
    "34": "I-url",
    "35": "B-swift_bic",
    "36": "I-swift_bic",
    "37": "B-cvv",
    "38": "I-cvv",
    "39": "B-pin",
    "40": "I-pin"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "B-account_number": 25,
    "B-api_key": 27,
    "B-company_name": 23,
    "B-credit_card_number": 19,
    "B-cvv": 37,
    "B-date_of_birth": 3,
    "B-date_time": 7,
    "B-email": 11,
    "B-ipv4": 17,
    "B-ipv6": 29,
    "B-location": 13,
    "B-password": 31,
    "B-person_name": 9,
    "B-phone_number": 15,
    "B-pin": 39,
    "B-ssn": 5,
    "B-swift_bic": 35,
    "B-unique_identifier": 1,
    "B-url": 33,
    "B-user_name": 21,
    "I-account_number": 26,
    "I-api_key": 28,
    "I-company_name": 24,
    "I-credit_card_number": 20,
    "I-cvv": 38,
    "I-date_of_birth": 4,
    "I-date_time": 8,
    "I-email": 12,
    "I-ipv4": 18,
    "I-ipv6": 30,
    "I-location": 14,
    "I-password": 32,
    "I-person_name": 10,
    "I-phone_number": 16,
    "I-pin": 40,
    "I-ssn": 6,
    "I-swift_bic": 36,
    "I-unique_identifier": 2,
    "I-url": 34,
    "I-user_name": 22,
    "O": 0
  },
  "layer_norm_eps": 1e-05,
  "max_position_embeddings": 514,
  "model_type": "roberta",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "pad_token_id": 1,
  "position_embedding_type": "absolute",
  "torch_dtype": "float32",
  "transformers_version": "4.51.3",
  "type_vocab_size": 1,
  "use_cache": true,
  "vocab_size": 50265
}