RolMax commited on
Commit
648e613
1 Parent(s): 6f62443

Upload DebertaV2ForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +56 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "emo_multilabel/mdeberta-v3-base-emo_multilabel",
3
+ "architectures": [
4
+ "DebertaV2ForSequenceClassification"
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": "hf_anger",
12
+ "1": "hf_fear",
13
+ "2": "hf_disgust",
14
+ "3": "hf_sadness",
15
+ "4": "hf_joy",
16
+ "5": "hf_enthusiasm",
17
+ "6": "hf_pride",
18
+ "7": "hf_hope"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
+ "label2id": {
23
+ "hf_anger": 0,
24
+ "hf_disgust": 2,
25
+ "hf_enthusiasm": 5,
26
+ "hf_fear": 1,
27
+ "hf_hope": 7,
28
+ "hf_joy": 4,
29
+ "hf_pride": 6,
30
+ "hf_sadness": 3
31
+ },
32
+ "layer_norm_eps": 1e-07,
33
+ "max_position_embeddings": 512,
34
+ "max_relative_positions": -1,
35
+ "model_type": "deberta-v2",
36
+ "norm_rel_ebd": "layer_norm",
37
+ "num_attention_heads": 12,
38
+ "num_hidden_layers": 12,
39
+ "pad_token_id": 0,
40
+ "pooler_dropout": 0,
41
+ "pooler_hidden_act": "gelu",
42
+ "pooler_hidden_size": 768,
43
+ "pos_att_type": [
44
+ "p2c",
45
+ "c2p"
46
+ ],
47
+ "position_biased_input": false,
48
+ "position_buckets": 256,
49
+ "problem_type": "multi_label_classification",
50
+ "relative_attention": true,
51
+ "share_att_key": true,
52
+ "torch_dtype": "float32",
53
+ "transformers_version": "4.31.0",
54
+ "type_vocab_size": 0,
55
+ "vocab_size": 251000
56
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffe96fe01777dca48d7fc80f88e1f38135a5ae2dba325926e0672765420c0522
3
+ size 1115329202