lilaspourpre commited on
Commit
f4a7f46
1 Parent(s): 34c2acb

Upload DebertaV2ForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +49 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Downloads/microsoft-deberta-v3-base-best-2",
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": 768,
10
+ "id2label": {
11
+ "0": "I-ASP",
12
+ "1": "B-ASP",
13
+ "2": "I-OBJ",
14
+ "3": "B-OBJ",
15
+ "4": "O"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "B-ASP": 1,
21
+ "B-OBJ": 3,
22
+ "I-ASP": 0,
23
+ "I-OBJ": 2,
24
+ "O": 4
25
+ },
26
+ "layer_norm_eps": 1e-07,
27
+ "max_position_embeddings": 512,
28
+ "max_relative_positions": -1,
29
+ "model_type": "deberta-v2",
30
+ "norm_rel_ebd": "layer_norm",
31
+ "num_attention_heads": 12,
32
+ "num_hidden_layers": 12,
33
+ "pad_token_id": 0,
34
+ "pooler_dropout": 0,
35
+ "pooler_hidden_act": "gelu",
36
+ "pooler_hidden_size": 768,
37
+ "pos_att_type": [
38
+ "p2c",
39
+ "c2p"
40
+ ],
41
+ "position_biased_input": false,
42
+ "position_buckets": 256,
43
+ "relative_attention": true,
44
+ "share_att_key": true,
45
+ "torch_dtype": "float32",
46
+ "transformers_version": "4.33.3",
47
+ "type_vocab_size": 0,
48
+ "vocab_size": 128100
49
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25f9d7472aaacf4ec97091cb850551c38813ae0b9c0212042a8f136ac672340e
3
+ size 735407789