File size: 2,261 Bytes
c329a7a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "bert-base-uncased",
  "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- Protocol",
    "1": "B-Cause Code",
    "2": "B-Connection",
    "3": "B-Device",
    "4": "B-Interface",
    "5": "B-Item",
    "6": "B-Measurement",
    "7": "B-Message",
    "8": "B-Miscellaneous",
    "9": "B-Mode",
    "10": "B-Network",
    "11": "B-Network Function",
    "12": "B-Organization",
    "13": "B-Parameter",
    "14": "B-Procedure",
    "15": "B-Protocol",
    "16": "B-Service",
    "17": "B-Specification",
    "18": "B-State",
    "19": "B-Technology",
    "20": "B-Working Group",
    "21": "I-Cause Code",
    "22": "I-Connection",
    "23": "I-Device",
    "24": "I-Interface",
    "25": "I-Message",
    "26": "I-Mode",
    "27": "I-Network Function",
    "28": "I-Parameter",
    "29": "I-Protocol",
    "30": "I-Specification",
    "31": "I-State",
    "32": "O"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "B- Protocol": 0,
    "B-Cause Code": 1,
    "B-Connection": 2,
    "B-Device": 3,
    "B-Interface": 4,
    "B-Item": 5,
    "B-Measurement": 6,
    "B-Message": 7,
    "B-Miscellaneous": 8,
    "B-Mode": 9,
    "B-Network": 10,
    "B-Network Function": 11,
    "B-Organization": 12,
    "B-Parameter": 13,
    "B-Procedure": 14,
    "B-Protocol": 15,
    "B-Service": 16,
    "B-Specification": 17,
    "B-State": 18,
    "B-Technology": 19,
    "B-Working Group": 20,
    "I-Cause Code": 21,
    "I-Connection": 22,
    "I-Device": 23,
    "I-Interface": 24,
    "I-Message": 25,
    "I-Mode": 26,
    "I-Network Function": 27,
    "I-Parameter": 28,
    "I-Protocol": 29,
    "I-Specification": 30,
    "I-State": 31,
    "O": 32
  },
  "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.46.2",
  "type_vocab_size": 2,
  "use_cache": true,
  "vocab_size": 30522
}