israelcamp commited on
Commit
82ee570
1 Parent(s): 24baf0a

Upload DebertaV2ForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +66 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "debertinha-ft-models/checkpoint-lener-4/",
3
+ "architectures": [
4
+ "DebertaV2ForSequenceClassification"
5
+ ],
6
+ "attention_head_size": 64,
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 384,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5",
18
+ "6": "LABEL_6",
19
+ "7": "LABEL_7",
20
+ "8": "LABEL_8",
21
+ "9": "LABEL_9",
22
+ "10": "LABEL_10",
23
+ "11": "LABEL_11",
24
+ "12": "LABEL_12"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 1536,
28
+ "label2id": {
29
+ "LABEL_0": 0,
30
+ "LABEL_1": 1,
31
+ "LABEL_10": 10,
32
+ "LABEL_11": 11,
33
+ "LABEL_12": 12,
34
+ "LABEL_2": 2,
35
+ "LABEL_3": 3,
36
+ "LABEL_4": 4,
37
+ "LABEL_5": 5,
38
+ "LABEL_6": 6,
39
+ "LABEL_7": 7,
40
+ "LABEL_8": 8,
41
+ "LABEL_9": 9
42
+ },
43
+ "layer_norm_eps": 1e-07,
44
+ "max_position_embeddings": 512,
45
+ "max_relative_positions": -1,
46
+ "model_type": "deberta-v2",
47
+ "norm_rel_ebd": "layer_norm",
48
+ "num_attention_heads": 6,
49
+ "num_hidden_layers": 12,
50
+ "pad_token_id": 50267,
51
+ "pooler_dropout": 0,
52
+ "pooler_hidden_act": "gelu",
53
+ "pooler_hidden_size": 384,
54
+ "pos_att_type": [
55
+ "p2c",
56
+ "c2p"
57
+ ],
58
+ "position_biased_input": false,
59
+ "position_buckets": 256,
60
+ "relative_attention": true,
61
+ "share_att_key": true,
62
+ "torch_dtype": "float32",
63
+ "transformers_version": "4.31.0",
64
+ "type_vocab_size": 0,
65
+ "vocab_size": 50270
66
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aa95eb1c436446dee67cabed48a1978fbcd79db7712da78aaac8bad95b312f1
3
+ size 163859701