File size: 1,841 Bytes
1fa0284
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "bert-base-cased",
  "architectures": [
    "BertForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "classifier_dropout": null,
  "gradient_checkpointing": false,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "B-Area",
    "1": "B-Exp",
    "2": "B-Features",
    "3": "B-HackOrg",
    "4": "B-Idus",
    "5": "B-OffAct",
    "6": "B-Org",
    "7": "B-Purp",
    "8": "B-SamFile",
    "9": "B-SecTeam",
    "10": "B-Time",
    "11": "B-Tool",
    "12": "B-Way",
    "13": "I-Area",
    "14": "I-Exp",
    "15": "I-Features",
    "16": "I-HackOrg",
    "17": "I-Idus",
    "18": "I-OffAct",
    "19": "I-Org",
    "20": "I-Purp",
    "21": "I-SamFile",
    "22": "I-SecTeam",
    "23": "I-Time",
    "24": "I-Tool",
    "25": "I-Way",
    "26": "O"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "B-Area": 0,
    "B-Exp": 1,
    "B-Features": 2,
    "B-HackOrg": 3,
    "B-Idus": 4,
    "B-OffAct": 5,
    "B-Org": 6,
    "B-Purp": 7,
    "B-SamFile": 8,
    "B-SecTeam": 9,
    "B-Time": 10,
    "B-Tool": 11,
    "B-Way": 12,
    "I-Area": 13,
    "I-Exp": 14,
    "I-Features": 15,
    "I-HackOrg": 16,
    "I-Idus": 17,
    "I-OffAct": 18,
    "I-Org": 19,
    "I-Purp": 20,
    "I-SamFile": 21,
    "I-SecTeam": 22,
    "I-Time": 23,
    "I-Tool": 24,
    "I-Way": 25,
    "O": 26
  },
  "layer_norm_eps": 1e-12,
  "max_position_embeddings": 512,
  "model_type": "bert",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "pad_token_id": 0,
  "position_embedding_type": "absolute",
  "torch_dtype": "float32",
  "transformers_version": "4.43.3",
  "type_vocab_size": 2,
  "use_cache": true,
  "vocab_size": 28996
}