jwindle47 commited on
Commit
1c666ab
·
verified ·
1 Parent(s): aa38383

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +71 -0
config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DebertaV2ForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.14,
6
+ "bos_token_id": 1,
7
+ "dtype": "float32",
8
+ "eos_token_id": 2,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.14,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "B-CHA",
15
+ "2": "I-CHA",
16
+ "3": "B-LOC",
17
+ "4": "I-LOC",
18
+ "5": "B-FAC",
19
+ "6": "I-FAC",
20
+ "7": "B-OBJ",
21
+ "8": "I-OBJ",
22
+ "9": "B-EVT",
23
+ "10": "I-EVT",
24
+ "11": "B-ORG",
25
+ "12": "I-ORG",
26
+ "13": "B-MISC",
27
+ "14": "I-MISC"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "B-CHA": 1,
33
+ "B-EVT": 9,
34
+ "B-FAC": 5,
35
+ "B-LOC": 3,
36
+ "B-MISC": 13,
37
+ "B-OBJ": 7,
38
+ "B-ORG": 11,
39
+ "I-CHA": 2,
40
+ "I-EVT": 10,
41
+ "I-FAC": 6,
42
+ "I-LOC": 4,
43
+ "I-MISC": 14,
44
+ "I-OBJ": 8,
45
+ "I-ORG": 12,
46
+ "O": 0
47
+ },
48
+ "layer_norm_eps": 1e-07,
49
+ "legacy": true,
50
+ "max_position_embeddings": 512,
51
+ "max_relative_positions": -1,
52
+ "model_type": "deberta-v2",
53
+ "norm_rel_ebd": "layer_norm",
54
+ "num_attention_heads": 12,
55
+ "num_hidden_layers": 12,
56
+ "pad_token_id": 0,
57
+ "pooler_dropout": 0,
58
+ "pooler_hidden_act": "gelu",
59
+ "pooler_hidden_size": 768,
60
+ "pos_att_type": [
61
+ "p2c",
62
+ "c2p"
63
+ ],
64
+ "position_biased_input": false,
65
+ "position_buckets": 256,
66
+ "relative_attention": true,
67
+ "share_att_key": true,
68
+ "transformers_version": "4.57.6",
69
+ "type_vocab_size": 0,
70
+ "vocab_size": 128100
71
+ }