nihiluis commited on
Commit
642a7ba
·
verified ·
1 Parent(s): 8fbdb90

Upload DebertaV2ForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +61 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-large",
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": 1024,
10
+ "id2label": {
11
+ "0": "general_sentiment",
12
+ "1": "appearance",
13
+ "2": "price",
14
+ "3": "none",
15
+ "4": "installation",
16
+ "5": "multi",
17
+ "6": "delivery",
18
+ "7": "function_and_quality",
19
+ "8": "fun_and_user_experience",
20
+ "9": "customer_service",
21
+ "10": "maintainability"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 4096,
25
+ "label2id": {
26
+ "appearance": 1,
27
+ "customer_service": 9,
28
+ "delivery": 6,
29
+ "fun_and_user_experience": 8,
30
+ "function_and_quality": 7,
31
+ "general_sentiment": 0,
32
+ "installation": 4,
33
+ "maintainability": 10,
34
+ "multi": 5,
35
+ "none": 3,
36
+ "price": 2
37
+ },
38
+ "layer_norm_eps": 1e-07,
39
+ "max_position_embeddings": 512,
40
+ "max_relative_positions": -1,
41
+ "model_type": "deberta-v2",
42
+ "norm_rel_ebd": "layer_norm",
43
+ "num_attention_heads": 16,
44
+ "num_hidden_layers": 24,
45
+ "pad_token_id": 0,
46
+ "pooler_dropout": 0,
47
+ "pooler_hidden_act": "gelu",
48
+ "pooler_hidden_size": 1024,
49
+ "pos_att_type": [
50
+ "p2c",
51
+ "c2p"
52
+ ],
53
+ "position_biased_input": false,
54
+ "position_buckets": 256,
55
+ "relative_attention": true,
56
+ "share_att_key": true,
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.28.0",
59
+ "type_vocab_size": 0,
60
+ "vocab_size": 128100
61
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b696bdab82e6a7ac615dff9ad5bdfd909b40f7b56625aaf8703791f887eb8efb
3
+ size 1740433590