asahi417 commited on
Commit
f31a756
1 Parent(s): 96a029f
Files changed (2) hide show
  1. config.json +65 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "tner_ckpt/wnut2017_deberta_v3_large/best_model",
3
+ "architectures": [
4
+ "DebertaV2ForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 1024,
10
+ "id2label": {
11
+ "0": "B-corporation",
12
+ "1": "B-creative-work",
13
+ "2": "B-group",
14
+ "3": "B-location",
15
+ "4": "B-person",
16
+ "5": "B-product",
17
+ "6": "I-corporation",
18
+ "7": "I-creative-work",
19
+ "8": "I-group",
20
+ "9": "I-location",
21
+ "10": "I-person",
22
+ "11": "I-product",
23
+ "12": "O"
24
+ },
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 4096,
27
+ "label2id": {
28
+ "B-corporation": 0,
29
+ "B-creative-work": 1,
30
+ "B-group": 2,
31
+ "B-location": 3,
32
+ "B-person": 4,
33
+ "B-product": 5,
34
+ "I-corporation": 6,
35
+ "I-creative-work": 7,
36
+ "I-group": 8,
37
+ "I-location": 9,
38
+ "I-person": 10,
39
+ "I-product": 11,
40
+ "O": 12
41
+ },
42
+ "layer_norm_eps": 1e-07,
43
+ "max_position_embeddings": 512,
44
+ "max_relative_positions": -1,
45
+ "model_type": "deberta-v2",
46
+ "norm_rel_ebd": "layer_norm",
47
+ "num_attention_heads": 16,
48
+ "num_hidden_layers": 24,
49
+ "pad_token_id": 0,
50
+ "pooler_dropout": 0,
51
+ "pooler_hidden_act": "gelu",
52
+ "pooler_hidden_size": 1024,
53
+ "pos_att_type": [
54
+ "p2c",
55
+ "c2p"
56
+ ],
57
+ "position_biased_input": false,
58
+ "position_buckets": 256,
59
+ "relative_attention": true,
60
+ "share_att_key": true,
61
+ "torch_dtype": "float32",
62
+ "transformers_version": "4.20.1",
63
+ "type_vocab_size": 0,
64
+ "vocab_size": 128100
65
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd25ecf2f9de84df2f277628834ec098f8598b173ed5b3f83ddc37e0ec69695c
3
+ size 1736233903