File size: 1,983 Bytes
01d3650
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "add_cross_attention": false,
  "architectures": [
    "BertForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "bos_token_id": null,
  "classifier_dropout": null,
  "dtype": "float32",
  "eos_token_id": null,
  "gradient_checkpointing": false,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "B-duration",
    "1": "B-environment",
    "2": "B-error_message",
    "3": "B-event",
    "4": "B-hostname",
    "5": "B-ip",
    "6": "B-level",
    "7": "B-method",
    "8": "B-path",
    "9": "B-service",
    "10": "B-status_code",
    "11": "B-timestamp",
    "12": "B-useragent",
    "13": "I-duration",
    "14": "I-environment",
    "15": "I-error_message",
    "16": "I-event",
    "17": "I-hostname",
    "18": "I-ip",
    "19": "I-level",
    "20": "I-method",
    "21": "I-path",
    "22": "I-service",
    "23": "I-status_code",
    "24": "I-timestamp",
    "25": "I-useragent",
    "26": "O"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "is_decoder": false,
  "label2id": {
    "B-duration": 0,
    "B-environment": 1,
    "B-error_message": 2,
    "B-event": 3,
    "B-hostname": 4,
    "B-ip": 5,
    "B-level": 6,
    "B-method": 7,
    "B-path": 8,
    "B-service": 9,
    "B-status_code": 10,
    "B-timestamp": 11,
    "B-useragent": 12,
    "I-duration": 13,
    "I-environment": 14,
    "I-error_message": 15,
    "I-event": 16,
    "I-hostname": 17,
    "I-ip": 18,
    "I-level": 19,
    "I-method": 20,
    "I-path": 21,
    "I-service": 22,
    "I-status_code": 23,
    "I-timestamp": 24,
    "I-useragent": 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",
  "tie_word_embeddings": true,
  "transformers_version": "5.4.0",
  "type_vocab_size": 2,
  "use_cache": false,
  "vocab_size": 30522
}