File size: 1,897 Bytes
959e341
 
 
 
a4ff101
712e9d2
a4ff101
959e341
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "architectures": [
    "BertForJointParsing"
  ],
  "auto_map": {
    "AutoModel": "dicta-il/dictabert-joint--BertForJointParsing.BertForJointParsing"
  },
  "attention_probs_dropout_prob": 0.1,
  "classifier_dropout": null,
  "do_lex": true,
  "do_morph": true,
  "do_ner": true,
  "do_prefix": true,
  "do_syntax": true,
  "gradient_checkpointing": false,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "B-ANG",
    "1": "B-DUC",
    "2": "B-EVE",
    "3": "B-FAC",
    "4": "B-GPE",
    "5": "B-LOC",
    "6": "B-ORG",
    "7": "B-PER",
    "8": "B-WOA",
    "9": "B-INFORMAL",
    "10": "B-MISC",
    "11": "B-TIMEX",
    "12": "B-TTL",
    "13": "I-DUC",
    "14": "I-EVE",
    "15": "I-FAC",
    "16": "I-GPE",
    "17": "I-LOC",
    "18": "I-ORG",
    "19": "I-PER",
    "20": "I-WOA",
    "21": "I-ANG",
    "22": "I-INFORMAL",
    "23": "I-MISC",
    "24": "I-TIMEX",
    "25": "I-TTL",
    "26": "O"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "B-ANG": 0,
    "B-DUC": 1,
    "B-EVE": 2,
    "B-FAC": 3,
    "B-GPE": 4,
    "B-INFORMAL": 9,
    "B-LOC": 5,
    "B-MISC": 10,
    "B-ORG": 6,
    "B-PER": 7,
    "B-TIMEX": 11,
    "B-TTL": 12,
    "B-WOA": 8,
    "I-ANG": 21,
    "I-DUC": 13,
    "I-EVE": 14,
    "I-FAC": 15,
    "I-GPE": 16,
    "I-INFORMAL": 22,
    "I-LOC": 17,
    "I-MISC": 23,
    "I-ORG": 18,
    "I-PER": 19,
    "I-TIMEX": 24,
    "I-TTL": 25,
    "I-WOA": 20,
    "O": 26
  },
  "layer_norm_eps": 1e-12,
  "max_position_embeddings": 512,
  "model_type": "bert",
  "newmodern": true,
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "pad_token_id": 0,
  "position_embedding_type": "absolute",
  "syntax_head_size": 128,
  "torch_dtype": "float32",
  "transformers_version": "4.36.2",
  "type_vocab_size": 2,
  "use_cache": true,
  "vocab_size": 128000
}