File size: 1,691 Bytes
778e0a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9924d6b
778e0a4
 
9924d6b
778e0a4
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
{
  "_name_or_path": "/Users/daniel/source/repos/lelvilamp/kediff-ner-training/data/trained_models/2024-01-15/oalz-1788-q1-ner-PER/checkpoint-2786",
  "architectures": [
    "BertForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "classifier_dropout": null,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "O",
    "1": "B-EVENT",
    "2": "I-EVENT",
    "3": "L-EVENT",
    "4": "U-EVENT",
    "5": "B-LOC",
    "6": "I-LOC",
    "7": "L-LOC",
    "8": "U-LOC",
    "9": "B-MISC",
    "10": "I-MISC",
    "11": "L-MISC",
    "12": "U-MISC",
    "13": "B-ORG",
    "14": "I-ORG",
    "15": "L-ORG",
    "16": "U-ORG",
    "17": "B-PER",
    "18": "I-PER",
    "19": "L-PER",
    "20": "U-PER",
    "21": "B-TIME",
    "22": "I-TIME",
    "23": "L-TIME",
    "24": "U-TIME"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "B-EVENT": 1,
    "B-LOC": 5,
    "B-MISC": 9,
    "B-ORG": 13,
    "B-PER": 17,
    "B-TIME": 21,
    "I-EVENT": 2,
    "I-LOC": 6,
    "I-MISC": 10,
    "I-ORG": 14,
    "I-PER": 18,
    "I-TIME": 22,
    "L-EVENT": 3,
    "L-LOC": 7,
    "L-MISC": 11,
    "L-ORG": 15,
    "L-PER": 19,
    "L-TIME": 23,
    "O": 0,
    "U-EVENT": 4,
    "U-LOC": 8,
    "U-MISC": 12,
    "U-ORG": 16,
    "U-PER": 20,
    "U-TIME": 24
  },
  "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.37.2",
  "type_vocab_size": 2,
  "use_cache": true,
  "vocab_size": 32000
}