nadahlberg commited on
Commit
17d88e5
·
1 Parent(s): c36b4e4

Upload DebertaV2ForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +173 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ml/models/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": 1024,
10
+ "id2label": {
11
+ "0": "answer",
12
+ "1": "arrest",
13
+ "2": "bench trial",
14
+ "3": "bilateral",
15
+ "4": "brief",
16
+ "5": "case dismissed",
17
+ "6": "case opened in error",
18
+ "7": "complaint",
19
+ "8": "consent decree",
20
+ "9": "consent decree resolution",
21
+ "10": "consent judgment",
22
+ "11": "default judgment resolution",
23
+ "12": "dismiss with prejudice",
24
+ "13": "dismiss without prejudice",
25
+ "14": "dismissing motion",
26
+ "15": "error",
27
+ "16": "findings of fact",
28
+ "17": "granting motion for summary judgment",
29
+ "18": "granting motion to dismiss",
30
+ "19": "indictment",
31
+ "20": "information",
32
+ "21": "judgment",
33
+ "22": "jury trial",
34
+ "23": "minute entry",
35
+ "24": "motion",
36
+ "25": "motion for default judgment",
37
+ "26": "motion for habeas corpus",
38
+ "27": "motion for judgment",
39
+ "28": "motion for judgment as a matter of law",
40
+ "29": "motion for judgment on the pleadings",
41
+ "30": "motion for settlement",
42
+ "31": "motion for summary judgment",
43
+ "32": "motion for time extension",
44
+ "33": "motion to certify class",
45
+ "34": "motion to dismiss",
46
+ "35": "motion to remand",
47
+ "36": "motion to seal",
48
+ "37": "notice",
49
+ "38": "notice of appeal",
50
+ "39": "notice of consent",
51
+ "40": "notice of dismissal",
52
+ "41": "notice of motion",
53
+ "42": "notice of removal",
54
+ "43": "notice of settlement",
55
+ "44": "notice of voluntary dismissal",
56
+ "45": "order",
57
+ "46": "petition",
58
+ "47": "petition for habeas corpus",
59
+ "48": "plea agreement",
60
+ "49": "proposed",
61
+ "50": "remand resolution",
62
+ "51": "response",
63
+ "52": "rule 68 resolution",
64
+ "53": "sentence",
65
+ "54": "settlement agreement",
66
+ "55": "stipulation",
67
+ "56": "stipulation for judgment",
68
+ "57": "stipulation for settlement",
69
+ "58": "stipulation of dismissal",
70
+ "59": "summons",
71
+ "60": "transfer",
72
+ "61": "trial",
73
+ "62": "unopposed",
74
+ "63": "verdict",
75
+ "64": "waiver",
76
+ "65": "waiver of indictment",
77
+ "66": "warrant"
78
+ },
79
+ "initializer_range": 0.02,
80
+ "intermediate_size": 4096,
81
+ "label2id": {
82
+ "answer": 0,
83
+ "arrest": 1,
84
+ "bench trial": 2,
85
+ "bilateral": 3,
86
+ "brief": 4,
87
+ "case dismissed": 5,
88
+ "case opened in error": 6,
89
+ "complaint": 7,
90
+ "consent decree": 8,
91
+ "consent decree resolution": 9,
92
+ "consent judgment": 10,
93
+ "default judgment resolution": 11,
94
+ "dismiss with prejudice": 12,
95
+ "dismiss without prejudice": 13,
96
+ "dismissing motion": 14,
97
+ "error": 15,
98
+ "findings of fact": 16,
99
+ "granting motion for summary judgment": 17,
100
+ "granting motion to dismiss": 18,
101
+ "indictment": 19,
102
+ "information": 20,
103
+ "judgment": 21,
104
+ "jury trial": 22,
105
+ "minute entry": 23,
106
+ "motion": 24,
107
+ "motion for default judgment": 25,
108
+ "motion for habeas corpus": 26,
109
+ "motion for judgment": 27,
110
+ "motion for judgment as a matter of law": 28,
111
+ "motion for judgment on the pleadings": 29,
112
+ "motion for settlement": 30,
113
+ "motion for summary judgment": 31,
114
+ "motion for time extension": 32,
115
+ "motion to certify class": 33,
116
+ "motion to dismiss": 34,
117
+ "motion to remand": 35,
118
+ "motion to seal": 36,
119
+ "notice": 37,
120
+ "notice of appeal": 38,
121
+ "notice of consent": 39,
122
+ "notice of dismissal": 40,
123
+ "notice of motion": 41,
124
+ "notice of removal": 42,
125
+ "notice of settlement": 43,
126
+ "notice of voluntary dismissal": 44,
127
+ "order": 45,
128
+ "petition": 46,
129
+ "petition for habeas corpus": 47,
130
+ "plea agreement": 48,
131
+ "proposed": 49,
132
+ "remand resolution": 50,
133
+ "response": 51,
134
+ "rule 68 resolution": 52,
135
+ "sentence": 53,
136
+ "settlement agreement": 54,
137
+ "stipulation": 55,
138
+ "stipulation for judgment": 56,
139
+ "stipulation for settlement": 57,
140
+ "stipulation of dismissal": 58,
141
+ "summons": 59,
142
+ "transfer": 60,
143
+ "trial": 61,
144
+ "unopposed": 62,
145
+ "verdict": 63,
146
+ "waiver": 64,
147
+ "waiver of indictment": 65,
148
+ "warrant": 66
149
+ },
150
+ "layer_norm_eps": 1e-07,
151
+ "max_position_embeddings": 512,
152
+ "max_relative_positions": -1,
153
+ "model_type": "deberta-v2",
154
+ "norm_rel_ebd": "layer_norm",
155
+ "num_attention_heads": 16,
156
+ "num_hidden_layers": 24,
157
+ "pad_token_id": 0,
158
+ "pooler_dropout": 0,
159
+ "pooler_hidden_act": "gelu",
160
+ "pooler_hidden_size": 1024,
161
+ "pos_att_type": [
162
+ "p2c",
163
+ "c2p"
164
+ ],
165
+ "position_biased_input": false,
166
+ "position_buckets": 256,
167
+ "relative_attention": true,
168
+ "share_att_key": true,
169
+ "torch_dtype": "float32",
170
+ "transformers_version": "4.23.1",
171
+ "type_vocab_size": 0,
172
+ "vocab_size": 128001
173
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40b8dd6cd2666010afa5b42dc30826a0871898293db68719655b09d187c59960
3
+ size 1740251769