File size: 1,846 Bytes
bb8bef3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "Buseak/my_pos_model",
  "architectures": [
    "BertForTokenClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "classifier_dropout": null,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "ANum": 19,
    "Abr": 28,
    "Adj": 2,
    "Adverb": 14,
    "Conj": 1,
    "Demons": 21,
    "Det": 29,
    "Dup": 6,
    "Interj": 4,
    "NAdj": 9,
    "NNum": 5,
    "Neg": 27,
    "Ness": 7,
    "None": 11,
    "Noun": 20,
    "PCAbl": 10,
    "PCAcc": 33,
    "PCDat": 25,
    "PCGen": 24,
    "PCIns": 13,
    "PCNom": 3,
    "Pers": 18,
    "Postp": 8,
    "Prop": 0,
    "Punc": 22,
    "Quant": 31,
    "Ques": 17,
    "Reflex": 23,
    "Rel": 30,
    "Since": 26,
    "Verb": 15,
    "With": 16,
    "Without": 12,
    "Zero": 32
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "0": "Prop",
    "1": "Conj",
    "2": "Adj",
    "3": "PCNom",
    "4": "Interj",
    "5": "NNum",
    "6": "Dup",
    "7": "Ness",
    "8": "Postp",
    "9": "NAdj",
    "10": "PCAbl",
    "11": "None",
    "12": "Without",
    "13": "PCIns",
    "14": "Adverb",
    "15": "Verb",
    "16": "With",
    "17": "Ques",
    "18": "Pers",
    "19": "ANum",
    "20": "Noun",
    "21": "Demons",
    "22": "Punc",
    "23": "Reflex",
    "24": "PCGen",
    "25": "PCDat",
    "26": "Since",
    "27": "Neg",
    "28": "Abr",
    "29": "Det",
    "30": "Rel",
    "31": "Quant",
    "32": "Zero",
    "33": "PCAcc"
  },
  "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.25.1",
  "type_vocab_size": 2,
  "use_cache": true,
  "vocab_size": 32000
}