Jessica666 commited on
Commit
cd4b7da
·
verified ·
1 Parent(s): 27e174e

Training complete 20240728

Browse files
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: microsoft/deberta-v3-base
4
+ tags:
5
+ - multi-label text classification
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ - precision
11
+ - recall
12
+ model-index:
13
+ - name: deberta_classifier
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # deberta_classifier
21
+
22
+ This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on an unknown dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.0183
25
+ - Accuracy: 0.9955
26
+ - F1: 0.6062
27
+ - Precision: 0.8225
28
+ - Recall: 0.4799
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 2e-05
48
+ - train_batch_size: 8
49
+ - eval_batch_size: 8
50
+ - seed: 42
51
+ - gradient_accumulation_steps: 2
52
+ - total_train_batch_size: 16
53
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
+ - lr_scheduler_type: linear
55
+ - lr_scheduler_warmup_steps: 500
56
+ - num_epochs: 2
57
+
58
+ ### Training results
59
+
60
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
61
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
62
+ | 0.6159 | 0.1169 | 100 | 0.5955 | 0.7621 | 0.0288 | 0.0148 | 0.4839 |
63
+ | 0.3536 | 0.2338 | 200 | 0.3085 | 0.9753 | 0.1645 | 0.1091 | 0.3341 |
64
+ | 0.1166 | 0.3507 | 300 | 0.0917 | 0.9931 | 0.4124 | 0.5429 | 0.3325 |
65
+ | 0.0456 | 0.4676 | 400 | 0.0375 | 0.9931 | 0.4124 | 0.5429 | 0.3325 |
66
+ | 0.0308 | 0.5845 | 500 | 0.0270 | 0.9931 | 0.4124 | 0.5429 | 0.3325 |
67
+ | 0.0249 | 0.7013 | 600 | 0.0234 | 0.9942 | 0.4459 | 0.7407 | 0.3189 |
68
+ | 0.0231 | 0.8182 | 700 | 0.0211 | 0.9953 | 0.5983 | 0.7970 | 0.4789 |
69
+ | 0.0213 | 0.9351 | 800 | 0.0196 | 0.9953 | 0.5989 | 0.7998 | 0.4787 |
70
+ | 0.0197 | 1.0520 | 900 | 0.0187 | 0.9954 | 0.6029 | 0.8168 | 0.4778 |
71
+ | 0.0205 | 1.1689 | 1000 | 0.0183 | 0.9955 | 0.6062 | 0.8225 | 0.4799 |
72
+ | 0.017 | 1.2858 | 1100 | 0.0175 | 0.9959 | 0.6610 | 0.8426 | 0.5437 |
73
+ | 0.018 | 1.4027 | 1200 | 0.0170 | 0.9960 | 0.6653 | 0.8685 | 0.5392 |
74
+ | 0.0177 | 1.5196 | 1300 | 0.0165 | 0.9961 | 0.6722 | 0.8732 | 0.5464 |
75
+ | 0.0189 | 1.6365 | 1400 | 0.0162 | 0.9962 | 0.6752 | 0.8910 | 0.5435 |
76
+ | 0.0179 | 1.7534 | 1500 | 0.0159 | 0.9964 | 0.6898 | 0.9151 | 0.5535 |
77
+ | 0.0169 | 1.8703 | 1600 | 0.0158 | 0.9964 | 0.6928 | 0.9030 | 0.5620 |
78
+ | 0.0172 | 1.9871 | 1700 | 0.0156 | 0.9964 | 0.6909 | 0.9130 | 0.5557 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - Transformers 4.42.4
84
+ - Pytorch 2.3.1+cu121
85
+ - Datasets 2.20.0
86
+ - Tokenizers 0.19.1
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
config.json CHANGED
@@ -1,28 +1,471 @@
1
  {
2
- "_name_or_path": "microsoft/deberta-base",
3
  "architectures": [
4
- "DebertaForSequenceClassification"
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": 0,
12
- "1": 1,
13
- "2": 2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  },
15
  "initializer_range": 0.02,
16
  "intermediate_size": 3072,
17
  "label2id": {
18
- "0": 0,
19
- "1": 1,
20
- "2": 2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  },
22
  "layer_norm_eps": 1e-07,
23
  "max_position_embeddings": 512,
24
  "max_relative_positions": -1,
25
- "model_type": "deberta",
 
26
  "num_attention_heads": 12,
27
  "num_hidden_layers": 12,
28
  "pad_token_id": 0,
@@ -30,13 +473,16 @@
30
  "pooler_hidden_act": "gelu",
31
  "pooler_hidden_size": 768,
32
  "pos_att_type": [
33
- "c2p",
34
- "p2c"
35
  ],
36
  "position_biased_input": false,
 
 
37
  "relative_attention": true,
 
38
  "torch_dtype": "float32",
39
  "transformers_version": "4.42.4",
40
  "type_vocab_size": 0,
41
- "vocab_size": 50265
42
  }
 
1
  {
2
+ "_name_or_path": "microsoft/deberta-v3-base",
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": "Appellate Review",
12
+ "1": "Application for Attorneys' or Professional Fees and Expenses",
13
+ "2": "Application for Bankruptcy Trustee Fees",
14
+ "3": "Application to Employ Attorney or Other Professional",
15
+ "4": "Application to Vacate Arbitration Award",
16
+ "5": "Bail or Custody Motion",
17
+ "6": "Certified Question",
18
+ "7": "Declinatory Exception of Improper Venue",
19
+ "8": "Declinatory Exception of Insufficiency of Service of Process",
20
+ "9": "Declinatory Exception of Lack of Personal Jurisdiction",
21
+ "10": "Declinatory Exception of Lack of Subject Matter Jurisdiction",
22
+ "11": "Declinatory Exception of Lis Pendens",
23
+ "12": "Dilatory Exception of Unauthorized Use of Summary Proceeding",
24
+ "13": "Joinder",
25
+ "14": "Jury Selection Challenge or Motion",
26
+ "15": "Juvenile Delinquency Proceeding",
27
+ "16": "Juvenile Wardship Petition",
28
+ "17": "Motion Authorizing and Approving Payment of Certain Prepetition Obligations",
29
+ "18": "Motion For Turnover",
30
+ "19": "Motion for Abandonment of Property",
31
+ "20": "Motion for Abatement",
32
+ "21": "Motion for Additional Discovery",
33
+ "22": "Motion for Additur",
34
+ "23": "Motion for Adequate Protection",
35
+ "24": "Motion for Appeal Bond",
36
+ "25": "Motion for Appointment of Guardian ad Litem",
37
+ "26": "Motion for Appointment of an Expert",
38
+ "27": "Motion for Approval of Consent Judgment",
39
+ "28": "Motion for Attorney's Fees",
40
+ "29": "Motion for Bond",
41
+ "30": "Motion for Claim Construction",
42
+ "31": "Motion for Collateral Estoppel",
43
+ "32": "Motion for Competency or Mental Health Evaluation",
44
+ "33": "Motion for Contempt",
45
+ "34": "Motion for Contempt Sanctions",
46
+ "35": "Motion for Contempt for Violating Discharge Injunction or Order",
47
+ "36": "Motion for Continuance",
48
+ "37": "Motion for Costs",
49
+ "38": "Motion for Default Judgment/Order of Default",
50
+ "39": "Motion for Demurrer",
51
+ "40": "Motion for Disbursement or Release of Funds",
52
+ "41": "Motion for Discovery Sanctions",
53
+ "42": "Motion for Entry of Discharge",
54
+ "43": "Motion for Equitable Tolling",
55
+ "44": "Motion for Evidentiary Hearing",
56
+ "45": "Motion for Examination of Entity or Debtor",
57
+ "46": "Motion for Extension of Time",
58
+ "47": "Motion for Genetic Testing",
59
+ "48": "Motion for In Camera Review",
60
+ "49": "Motion for Independent Medical Examination (IME)",
61
+ "50": "Motion for Involuntary Dismissal",
62
+ "51": "Motion for Joint Custody",
63
+ "52": "Motion for Judgment as a Matter of Law (JMOL)/Directed Verdict",
64
+ "53": "Motion for Judgment on Administrative Record",
65
+ "54": "Motion for Judgment on Partial Findings",
66
+ "55": "Motion for Leave to File Late or Untimely Notice of Appeal",
67
+ "56": "Motion for Leave to File under Seal",
68
+ "57": "Motion for Maritime Attachment and Garnishment",
69
+ "58": "Motion for New Trial",
70
+ "59": "Motion for Non-Suit",
71
+ "60": "Motion for Permanent Injunction",
72
+ "61": "Motion for Physical or Mental Examination",
73
+ "62": "Motion for Post-Judgment Interest",
74
+ "63": "Motion for Prejudgment Interest",
75
+ "64": "Motion for Preliminary Injunction",
76
+ "65": "Motion for Primary Custody",
77
+ "66": "Motion for Protective Order",
78
+ "67": "Motion for Qualified Domestic Relations Order (QDRO)",
79
+ "68": "Motion for Recognition as Foreign Main or Nonmain Proceedings",
80
+ "69": "Motion for Reconsideration",
81
+ "70": "Motion for Rehearing",
82
+ "71": "Motion for Relief from Order or Judgment",
83
+ "72": "Motion for Relief from the Automatic Stay",
84
+ "73": "Motion for Remittitur",
85
+ "74": "Motion for Restitution",
86
+ "75": "Motion for Restraining or Protection Order",
87
+ "76": "Motion for Sanctions (Discovery)",
88
+ "77": "Motion for Separate Trials",
89
+ "78": "Motion for Subpoena",
90
+ "79": "Motion for Substitution of Party",
91
+ "80": "Motion for Witness List or Production of Witnesses",
92
+ "81": "Motion in Limine",
93
+ "82": "Motion to Abstain or for Abstention",
94
+ "83": "Motion to Admonish Jury",
95
+ "84": "Motion to Allow Late Filing of Proof of Claim",
96
+ "85": "Motion to Amend",
97
+ "86": "Motion to Amend Findings",
98
+ "87": "Motion to Amend Pleading (Other than Complaint or Petition)",
99
+ "88": "Motion to Amend Scheduling Order",
100
+ "89": "Motion to Appoint Chapter 11 Trustee or Examiner",
101
+ "90": "Motion to Appoint Guardian ad Litem",
102
+ "91": "Motion to Appoint Substitute Custodian of Vessel",
103
+ "92": "Motion to Approve Disclosure Statement",
104
+ "93": "Motion to Assume Executory Contract or Unexpired Lease",
105
+ "94": "Motion to Avoid Lien on Exemption Impairment Grounds",
106
+ "95": "Motion to Bifurcate or Sever",
107
+ "96": "Motion to Certify Collective Action",
108
+ "97": "Motion to Compel Abandonment",
109
+ "98": "Motion to Compel Arbitration",
110
+ "99": "Motion to Conditionally Certify Collective Action",
111
+ "100": "Motion to Confirm Plan",
112
+ "101": "Motion to Confirm that Stay Does Not Apply",
113
+ "102": "Motion to Consolidate",
114
+ "103": "Motion to Consolidate or for Joint Administration of Bankruptcy Cases",
115
+ "104": "Motion to Convert or Dismiss Case",
116
+ "105": "Motion to Correct Order or Judgment",
117
+ "106": "Motion to Decertify Class",
118
+ "107": "Motion to Decertify Collective Action",
119
+ "108": "Motion to Deny Class Certification",
120
+ "109": "Motion to Determine Tax Liability",
121
+ "110": "Motion to Dismiss",
122
+ "111": "Motion to Dismiss for Lack of Jurisdiction",
123
+ "112": "Motion to Dismiss for Lack of Personal Jurisdiction",
124
+ "113": "Motion to Dismiss for Lack of Standing",
125
+ "114": "Motion to Dismiss for Lack of Subject Matter Jurisdiction",
126
+ "115": "Motion to Disqualify Counsel",
127
+ "116": "Motion to Dissolve Temporary Restraining Order (TRO)",
128
+ "117": "Motion to Distribute",
129
+ "118": "Motion to Enforce",
130
+ "119": "Motion to Enforce Alimony/Maintenance",
131
+ "120": "Motion to Enforce Arbitration Award",
132
+ "121": "Motion to Enforce Automatic Stay",
133
+ "122": "Motion to Enforce Child Custody Decree",
134
+ "123": "Motion to Enforce Confirmation Order",
135
+ "124": "Motion to Enforce Discharge Injunction",
136
+ "125": "Motion to Enforce Separation Agreement",
137
+ "126": "Motion to Enforce Visitation or Parenting Time",
138
+ "127": "Motion to Exclude Expert Report or Testimony",
139
+ "128": "Motion to Expand the Record",
140
+ "129": "Motion to Expedite",
141
+ "130": "Motion to Extend Claims Bar Date",
142
+ "131": "Motion to Extend Time for Discovery",
143
+ "132": "Motion to Increase/Reduce Security",
144
+ "133": "Motion to Limit Discovery",
145
+ "134": "Motion to Modify Joint Legal Custody",
146
+ "135": "Motion to Modify Plan",
147
+ "136": "Motion to Modify Primary Custody",
148
+ "137": "Motion to Modify Property Division Portions of Divorce or Dissolution Decree",
149
+ "138": "Motion to Modify Visitation Rights or Parenting Time",
150
+ "139": "Motion to Modify or Correct Arbitration Award",
151
+ "140": "Motion to Modify or Terminate Alimony/Maintenance",
152
+ "141": "Motion to Obtain Credit, Postpetition Financing, or Incur Debt",
153
+ "142": "Motion to Post Bond",
154
+ "143": "Motion to Quash or Vacate Custody Order",
155
+ "144": "Motion to Quash or Vacate a Subpoena",
156
+ "145": "Motion to Quiet Title",
157
+ "146": "Motion to Reargue",
158
+ "147": "Motion to Reinstate Visitation or Parenting Time",
159
+ "148": "Motion to Remove a Non-Suit",
160
+ "149": "Motion to Renew",
161
+ "150": "Motion to Reopen Bankruptcy Case",
162
+ "151": "Motion to Reverse and Remand",
163
+ "152": "Motion to Sell Property Free and Clear of Interests",
164
+ "153": "Motion to Serve Additional Discovery Requests",
165
+ "154": "Motion to Set Aside Default Judgment",
166
+ "155": "Motion to Set Aside or Vacate",
167
+ "156": "Motion to Set Aside or Vacate Dismissal",
168
+ "157": "Motion to Set Aside or Vacate Protective Order",
169
+ "158": "Motion to Set Aside, Alter, or Modify a Decree",
170
+ "159": "Motion to Stay Enforcement of Judgment",
171
+ "160": "Motion to Stay Proceedings",
172
+ "161": "Motion to Strike Affirmative Defenses",
173
+ "162": "Motion to Strike All or Part of a Pleading",
174
+ "163": "Motion to Strike Expert Testimony",
175
+ "164": "Motion to Strike Testimony",
176
+ "165": "Motion to Supplement the Record",
177
+ "166": "Motion to Surcharge Collateral",
178
+ "167": "Motion to Tax Costs",
179
+ "168": "Motion to Terminate Child Support Payment",
180
+ "169": "Motion to Terminate Guardianship",
181
+ "170": "Motion to Transfer Guardianship",
182
+ "171": "Motion to Transfer Venue Pursuant to Forum Selection Clause",
183
+ "172": "Motion to Transfer or Change Venue",
184
+ "173": "Motion to Unseal Records",
185
+ "174": "Motion to Use Cash Collateral",
186
+ "175": "Motion to Use, Sell, or Lease Property Outside the Ordinary Course of Business",
187
+ "176": "Motion to Vacate Arbitration Award",
188
+ "177": "Motion to Vacate Attachment",
189
+ "178": "Motion to Vacate Order or Judgment",
190
+ "179": "Motion to Vacate Stay of State Action in Limitation of Liability Proceeding",
191
+ "180": "Motion to Vacate Summary Judgment",
192
+ "181": "Motion to Vacate Wardship",
193
+ "182": "Motion to Vacate or Set Aside Discharge",
194
+ "183": "Motion to Withdraw Reference",
195
+ "184": "Motion to Withdraw an Admission",
196
+ "185": "Objection to Claimed Exemptions",
197
+ "186": "Objection to Administrative Expense Claim",
198
+ "187": "Objection to Confirmation of Plan",
199
+ "188": "Objection to Disclosure Statement",
200
+ "189": "Objection to Proof of Claim",
201
+ "190": "On Appeal",
202
+ "191": "Peremptory Exception of Abandonment",
203
+ "192": "Peremptory Exception of No Right of Action or No Interest in the Plaintiff to Institute the Suit",
204
+ "193": "Peremptory Exception of Nonjoinder of a Party",
205
+ "194": "Peremptory Exception of Peremption",
206
+ "195": "Peremptory Exception of Res Judicata",
207
+ "196": "Petition for Adoption",
208
+ "197": "Petition for Contempt for Failure to Pay Child Support",
209
+ "198": "Petition for Custody",
210
+ "199": "Petition for Divorce or Dissolution",
211
+ "200": "Petition for Emergency or Immediate Custody",
212
+ "201": "Petition for Increased or Additional Visitation or Parenting Time",
213
+ "202": "Petition for Legal Separation",
214
+ "203": "Petition for Rehearing En Banc",
215
+ "204": "Petition for Removal",
216
+ "205": "Petition for Return of Child Under the Hague Convention",
217
+ "206": "Petition for Sale of Marital Property",
218
+ "207": "Petition for Special Action",
219
+ "208": "Petition for Visitation Rights or Parenting Time",
220
+ "209": "Petition to Enforce Child Support",
221
+ "210": "Petition to Prevent Relocation",
222
+ "211": "Petition to Reduce Visitation Rights or Parenting Time",
223
+ "212": "Petition to Set Child Support",
224
+ "213": "Petition to Suspend Visitation or Parenting Time",
225
+ "214": "Petition to Terminate Parental Rights",
226
+ "215": "Post-Trial Hearing Motion",
227
+ "216": "Request for Award of Permanent Alimony/Maintenance",
228
+ "217": "Request for Entry of Default",
229
+ "218": "Request for Retroactive Award of Child Support",
230
+ "219": "Review of Administrative Decision",
231
+ "220": "Sentencing or Penalty Phase Motion or Objection",
232
+ "221": "Special Motion to Strike",
233
+ "222": "Tax Court Petition",
234
+ "223": "Trial or Guilt Phase Motion or Objection"
235
  },
236
  "initializer_range": 0.02,
237
  "intermediate_size": 3072,
238
  "label2id": {
239
+ "Appellate Review": 0,
240
+ "Application for Attorneys' or Professional Fees and Expenses": 1,
241
+ "Application for Bankruptcy Trustee Fees": 2,
242
+ "Application to Employ Attorney or Other Professional": 3,
243
+ "Application to Vacate Arbitration Award": 4,
244
+ "Bail or Custody Motion": 5,
245
+ "Certified Question": 6,
246
+ "Declinatory Exception of Improper Venue": 7,
247
+ "Declinatory Exception of Insufficiency of Service of Process": 8,
248
+ "Declinatory Exception of Lack of Personal Jurisdiction": 9,
249
+ "Declinatory Exception of Lack of Subject Matter Jurisdiction": 10,
250
+ "Declinatory Exception of Lis Pendens": 11,
251
+ "Dilatory Exception of Unauthorized Use of Summary Proceeding": 12,
252
+ "Joinder": 13,
253
+ "Jury Selection Challenge or Motion": 14,
254
+ "Juvenile Delinquency Proceeding": 15,
255
+ "Juvenile Wardship Petition": 16,
256
+ "Motion Authorizing and Approving Payment of Certain Prepetition Obligations": 17,
257
+ "Motion For Turnover": 18,
258
+ "Motion for Abandonment of Property": 19,
259
+ "Motion for Abatement": 20,
260
+ "Motion for Additional Discovery": 21,
261
+ "Motion for Additur": 22,
262
+ "Motion for Adequate Protection": 23,
263
+ "Motion for Appeal Bond": 24,
264
+ "Motion for Appointment of Guardian ad Litem": 25,
265
+ "Motion for Appointment of an Expert": 26,
266
+ "Motion for Approval of Consent Judgment": 27,
267
+ "Motion for Attorney's Fees": 28,
268
+ "Motion for Bond": 29,
269
+ "Motion for Claim Construction": 30,
270
+ "Motion for Collateral Estoppel": 31,
271
+ "Motion for Competency or Mental Health Evaluation": 32,
272
+ "Motion for Contempt": 33,
273
+ "Motion for Contempt Sanctions": 34,
274
+ "Motion for Contempt for Violating Discharge Injunction or Order": 35,
275
+ "Motion for Continuance": 36,
276
+ "Motion for Costs": 37,
277
+ "Motion for Default Judgment/Order of Default": 38,
278
+ "Motion for Demurrer": 39,
279
+ "Motion for Disbursement or Release of Funds": 40,
280
+ "Motion for Discovery Sanctions": 41,
281
+ "Motion for Entry of Discharge": 42,
282
+ "Motion for Equitable Tolling": 43,
283
+ "Motion for Evidentiary Hearing": 44,
284
+ "Motion for Examination of Entity or Debtor": 45,
285
+ "Motion for Extension of Time": 46,
286
+ "Motion for Genetic Testing": 47,
287
+ "Motion for In Camera Review": 48,
288
+ "Motion for Independent Medical Examination (IME)": 49,
289
+ "Motion for Involuntary Dismissal": 50,
290
+ "Motion for Joint Custody": 51,
291
+ "Motion for Judgment as a Matter of Law (JMOL)/Directed Verdict": 52,
292
+ "Motion for Judgment on Administrative Record": 53,
293
+ "Motion for Judgment on Partial Findings": 54,
294
+ "Motion for Leave to File Late or Untimely Notice of Appeal": 55,
295
+ "Motion for Leave to File under Seal": 56,
296
+ "Motion for Maritime Attachment and Garnishment": 57,
297
+ "Motion for New Trial": 58,
298
+ "Motion for Non-Suit": 59,
299
+ "Motion for Permanent Injunction": 60,
300
+ "Motion for Physical or Mental Examination": 61,
301
+ "Motion for Post-Judgment Interest": 62,
302
+ "Motion for Prejudgment Interest": 63,
303
+ "Motion for Preliminary Injunction": 64,
304
+ "Motion for Primary Custody": 65,
305
+ "Motion for Protective Order": 66,
306
+ "Motion for Qualified Domestic Relations Order (QDRO)": 67,
307
+ "Motion for Recognition as Foreign Main or Nonmain Proceedings": 68,
308
+ "Motion for Reconsideration": 69,
309
+ "Motion for Rehearing": 70,
310
+ "Motion for Relief from Order or Judgment": 71,
311
+ "Motion for Relief from the Automatic Stay": 72,
312
+ "Motion for Remittitur": 73,
313
+ "Motion for Restitution": 74,
314
+ "Motion for Restraining or Protection Order": 75,
315
+ "Motion for Sanctions (Discovery)": 76,
316
+ "Motion for Separate Trials": 77,
317
+ "Motion for Subpoena": 78,
318
+ "Motion for Substitution of Party": 79,
319
+ "Motion for Witness List or Production of Witnesses": 80,
320
+ "Motion in Limine": 81,
321
+ "Motion to Abstain or for Abstention": 82,
322
+ "Motion to Admonish Jury": 83,
323
+ "Motion to Allow Late Filing of Proof of Claim": 84,
324
+ "Motion to Amend": 85,
325
+ "Motion to Amend Findings": 86,
326
+ "Motion to Amend Pleading (Other than Complaint or Petition)": 87,
327
+ "Motion to Amend Scheduling Order": 88,
328
+ "Motion to Appoint Chapter 11 Trustee or Examiner": 89,
329
+ "Motion to Appoint Guardian ad Litem": 90,
330
+ "Motion to Appoint Substitute Custodian of Vessel": 91,
331
+ "Motion to Approve Disclosure Statement": 92,
332
+ "Motion to Assume Executory Contract or Unexpired Lease": 93,
333
+ "Motion to Avoid Lien on Exemption Impairment Grounds": 94,
334
+ "Motion to Bifurcate or Sever": 95,
335
+ "Motion to Certify Collective Action": 96,
336
+ "Motion to Compel Abandonment": 97,
337
+ "Motion to Compel Arbitration": 98,
338
+ "Motion to Conditionally Certify Collective Action": 99,
339
+ "Motion to Confirm Plan": 100,
340
+ "Motion to Confirm that Stay Does Not Apply": 101,
341
+ "Motion to Consolidate": 102,
342
+ "Motion to Consolidate or for Joint Administration of Bankruptcy Cases": 103,
343
+ "Motion to Convert or Dismiss Case": 104,
344
+ "Motion to Correct Order or Judgment": 105,
345
+ "Motion to Decertify Class": 106,
346
+ "Motion to Decertify Collective Action": 107,
347
+ "Motion to Deny Class Certification": 108,
348
+ "Motion to Determine Tax Liability": 109,
349
+ "Motion to Dismiss": 110,
350
+ "Motion to Dismiss for Lack of Jurisdiction": 111,
351
+ "Motion to Dismiss for Lack of Personal Jurisdiction": 112,
352
+ "Motion to Dismiss for Lack of Standing": 113,
353
+ "Motion to Dismiss for Lack of Subject Matter Jurisdiction": 114,
354
+ "Motion to Disqualify Counsel": 115,
355
+ "Motion to Dissolve Temporary Restraining Order (TRO)": 116,
356
+ "Motion to Distribute": 117,
357
+ "Motion to Enforce": 118,
358
+ "Motion to Enforce Alimony/Maintenance": 119,
359
+ "Motion to Enforce Arbitration Award": 120,
360
+ "Motion to Enforce Automatic Stay": 121,
361
+ "Motion to Enforce Child Custody Decree": 122,
362
+ "Motion to Enforce Confirmation Order": 123,
363
+ "Motion to Enforce Discharge Injunction": 124,
364
+ "Motion to Enforce Separation Agreement": 125,
365
+ "Motion to Enforce Visitation or Parenting Time": 126,
366
+ "Motion to Exclude Expert Report or Testimony": 127,
367
+ "Motion to Expand the Record": 128,
368
+ "Motion to Expedite": 129,
369
+ "Motion to Extend Claims Bar Date": 130,
370
+ "Motion to Extend Time for Discovery": 131,
371
+ "Motion to Increase/Reduce Security": 132,
372
+ "Motion to Limit Discovery": 133,
373
+ "Motion to Modify Joint Legal Custody": 134,
374
+ "Motion to Modify Plan": 135,
375
+ "Motion to Modify Primary Custody": 136,
376
+ "Motion to Modify Property Division Portions of Divorce or Dissolution Decree": 137,
377
+ "Motion to Modify Visitation Rights or Parenting Time": 138,
378
+ "Motion to Modify or Correct Arbitration Award": 139,
379
+ "Motion to Modify or Terminate Alimony/Maintenance": 140,
380
+ "Motion to Obtain Credit, Postpetition Financing, or Incur Debt": 141,
381
+ "Motion to Post Bond": 142,
382
+ "Motion to Quash or Vacate Custody Order": 143,
383
+ "Motion to Quash or Vacate a Subpoena": 144,
384
+ "Motion to Quiet Title": 145,
385
+ "Motion to Reargue": 146,
386
+ "Motion to Reinstate Visitation or Parenting Time": 147,
387
+ "Motion to Remove a Non-Suit": 148,
388
+ "Motion to Renew": 149,
389
+ "Motion to Reopen Bankruptcy Case": 150,
390
+ "Motion to Reverse and Remand": 151,
391
+ "Motion to Sell Property Free and Clear of Interests": 152,
392
+ "Motion to Serve Additional Discovery Requests": 153,
393
+ "Motion to Set Aside Default Judgment": 154,
394
+ "Motion to Set Aside or Vacate": 155,
395
+ "Motion to Set Aside or Vacate Dismissal": 156,
396
+ "Motion to Set Aside or Vacate Protective Order": 157,
397
+ "Motion to Set Aside, Alter, or Modify a Decree": 158,
398
+ "Motion to Stay Enforcement of Judgment": 159,
399
+ "Motion to Stay Proceedings": 160,
400
+ "Motion to Strike Affirmative Defenses": 161,
401
+ "Motion to Strike All or Part of a Pleading": 162,
402
+ "Motion to Strike Expert Testimony": 163,
403
+ "Motion to Strike Testimony": 164,
404
+ "Motion to Supplement the Record": 165,
405
+ "Motion to Surcharge Collateral": 166,
406
+ "Motion to Tax Costs": 167,
407
+ "Motion to Terminate Child Support Payment": 168,
408
+ "Motion to Terminate Guardianship": 169,
409
+ "Motion to Transfer Guardianship": 170,
410
+ "Motion to Transfer Venue Pursuant to Forum Selection Clause": 171,
411
+ "Motion to Transfer or Change Venue": 172,
412
+ "Motion to Unseal Records": 173,
413
+ "Motion to Use Cash Collateral": 174,
414
+ "Motion to Use, Sell, or Lease Property Outside the Ordinary Course of Business": 175,
415
+ "Motion to Vacate Arbitration Award": 176,
416
+ "Motion to Vacate Attachment": 177,
417
+ "Motion to Vacate Order or Judgment": 178,
418
+ "Motion to Vacate Stay of State Action in Limitation of Liability Proceeding": 179,
419
+ "Motion to Vacate Summary Judgment": 180,
420
+ "Motion to Vacate Wardship": 181,
421
+ "Motion to Vacate or Set Aside Discharge": 182,
422
+ "Motion to Withdraw Reference": 183,
423
+ "Motion to Withdraw an Admission": 184,
424
+ "Objection to Claimed Exemptions": 185,
425
+ "Objection to Administrative Expense Claim": 186,
426
+ "Objection to Confirmation of Plan": 187,
427
+ "Objection to Disclosure Statement": 188,
428
+ "Objection to Proof of Claim": 189,
429
+ "On Appeal": 190,
430
+ "Peremptory Exception of Abandonment": 191,
431
+ "Peremptory Exception of No Right of Action or No Interest in the Plaintiff to Institute the Suit": 192,
432
+ "Peremptory Exception of Nonjoinder of a Party": 193,
433
+ "Peremptory Exception of Peremption": 194,
434
+ "Peremptory Exception of Res Judicata": 195,
435
+ "Petition for Adoption": 196,
436
+ "Petition for Contempt for Failure to Pay Child Support": 197,
437
+ "Petition for Custody": 198,
438
+ "Petition for Divorce or Dissolution": 199,
439
+ "Petition for Emergency or Immediate Custody": 200,
440
+ "Petition for Increased or Additional Visitation or Parenting Time": 201,
441
+ "Petition for Legal Separation": 202,
442
+ "Petition for Rehearing En Banc": 203,
443
+ "Petition for Removal": 204,
444
+ "Petition for Return of Child Under the Hague Convention": 205,
445
+ "Petition for Sale of Marital Property": 206,
446
+ "Petition for Special Action": 207,
447
+ "Petition for Visitation Rights or Parenting Time": 208,
448
+ "Petition to Enforce Child Support": 209,
449
+ "Petition to Prevent Relocation": 210,
450
+ "Petition to Reduce Visitation Rights or Parenting Time": 211,
451
+ "Petition to Set Child Support": 212,
452
+ "Petition to Suspend Visitation or Parenting Time": 213,
453
+ "Petition to Terminate Parental Rights": 214,
454
+ "Post-Trial Hearing Motion": 215,
455
+ "Request for Award of Permanent Alimony/Maintenance": 216,
456
+ "Request for Entry of Default": 217,
457
+ "Request for Retroactive Award of Child Support": 218,
458
+ "Review of Administrative Decision": 219,
459
+ "Sentencing or Penalty Phase Motion or Objection": 220,
460
+ "Special Motion to Strike": 221,
461
+ "Tax Court Petition": 222,
462
+ "Trial or Guilt Phase Motion or Objection": 223
463
  },
464
  "layer_norm_eps": 1e-07,
465
  "max_position_embeddings": 512,
466
  "max_relative_positions": -1,
467
+ "model_type": "deberta-v2",
468
+ "norm_rel_ebd": "layer_norm",
469
  "num_attention_heads": 12,
470
  "num_hidden_layers": 12,
471
  "pad_token_id": 0,
 
473
  "pooler_hidden_act": "gelu",
474
  "pooler_hidden_size": 768,
475
  "pos_att_type": [
476
+ "p2c",
477
+ "c2p"
478
  ],
479
  "position_biased_input": false,
480
+ "position_buckets": 256,
481
+ "problem_type": "multi_label_classification",
482
  "relative_attention": true,
483
+ "share_att_key": true,
484
  "torch_dtype": "float32",
485
  "transformers_version": "4.42.4",
486
  "type_vocab_size": 0,
487
+ "vocab_size": 128100
488
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:975f2201c060d59993dc844e325458a4ddb27d96bcecb38cb06d5d7d8050ac04
3
- size 556802644
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd1ee18c28c057ad39ceb3714e87f786a78d48b009e61396e5ccb1bd2c30d9e9
3
+ size 738402168
runs/Jul28_17-12-48_b976d5774f8c/events.out.tfevents.1722186779.b976d5774f8c.42849.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2167ebb153a0e9325cc13e4074fce2c4cc4a17d4a5a74d3fe8a47937234d390
3
+ size 24664
runs/Jul28_17-31-32_0094becad88b/events.out.tfevents.1722187895.0094becad88b.2176.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf606cc10c41e842725e8dea558bc71f2e2e807557e3fc5ab14273beefa446e0
3
+ size 39611
runs/Jul28_18-02-45_0094becad88b/events.out.tfevents.1722189766.0094becad88b.2176.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadad09fc18eeecd5047a0dcd053cdbb4a25e1718373ef7e673e72bc8cb8f236
3
+ size 27230
runs/Jul28_18-03-06_0094becad88b/events.out.tfevents.1722189788.0094becad88b.2176.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5d86e6dbe674f88bdfe39f955cf54c6e61898a293ecf56b33b7f3bfb857b0ac
3
+ size 35130
runs/Jul28_18-33-32_c790c1b86ab6/events.out.tfevents.1722191614.c790c1b86ab6.1250.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47e0eb07f9fcc74ae69e91c6c13efff8bcbf951954d9f6891e1865988b177d4e
3
+ size 71632
runs/Jul28_18-33-32_c790c1b86ab6/events.out.tfevents.1722199123.c790c1b86ab6.1250.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:762ef390e808168521e3c0cdc82ac2bb1e6f12e585fa5ad85136b0873a372b0b
3
+ size 560
special_tokens_map.json CHANGED
@@ -1,50 +1,14 @@
1
  {
2
- "bos_token": {
3
- "content": "[CLS]",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "cls_token": {
10
- "content": "[CLS]",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "eos_token": {
17
- "content": "[SEP]",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- },
23
- "mask_token": {
24
- "content": "[MASK]",
25
- "lstrip": true,
26
- "normalized": true,
27
- "rstrip": false,
28
- "single_word": false
29
- },
30
- "pad_token": {
31
- "content": "[PAD]",
32
- "lstrip": false,
33
- "normalized": false,
34
- "rstrip": false,
35
- "single_word": false
36
- },
37
- "sep_token": {
38
- "content": "[SEP]",
39
- "lstrip": false,
40
- "normalized": false,
41
- "rstrip": false,
42
- "single_word": false
43
- },
44
  "unk_token": {
45
  "content": "[UNK]",
46
  "lstrip": false,
47
- "normalized": false,
48
  "rstrip": false,
49
  "single_word": false
50
  }
 
1
  {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  "unk_token": {
9
  "content": "[UNK]",
10
  "lstrip": false,
11
+ "normalized": true,
12
  "rstrip": false,
13
  "single_word": false
14
  }
spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
3
+ size 2464616
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,6 +1,4 @@
1
  {
2
- "add_bos_token": false,
3
- "add_prefix_space": false,
4
  "added_tokens_decoder": {
5
  "0": {
6
  "content": "[PAD]",
@@ -29,15 +27,15 @@
29
  "3": {
30
  "content": "[UNK]",
31
  "lstrip": false,
32
- "normalized": false,
33
  "rstrip": false,
34
  "single_word": false,
35
  "special": true
36
  },
37
- "50264": {
38
  "content": "[MASK]",
39
- "lstrip": true,
40
- "normalized": true,
41
  "rstrip": false,
42
  "single_word": false,
43
  "special": true
@@ -48,12 +46,13 @@
48
  "cls_token": "[CLS]",
49
  "do_lower_case": false,
50
  "eos_token": "[SEP]",
51
- "errors": "replace",
52
  "mask_token": "[MASK]",
53
  "model_max_length": 1000000000000000019884624838656,
54
  "pad_token": "[PAD]",
55
  "sep_token": "[SEP]",
56
- "tokenizer_class": "DebertaTokenizer",
 
 
57
  "unk_token": "[UNK]",
58
- "vocab_type": "gpt2"
59
  }
 
1
  {
 
 
2
  "added_tokens_decoder": {
3
  "0": {
4
  "content": "[PAD]",
 
27
  "3": {
28
  "content": "[UNK]",
29
  "lstrip": false,
30
+ "normalized": true,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
  },
35
+ "128000": {
36
  "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
  "rstrip": false,
40
  "single_word": false,
41
  "special": true
 
46
  "cls_token": "[CLS]",
47
  "do_lower_case": false,
48
  "eos_token": "[SEP]",
 
49
  "mask_token": "[MASK]",
50
  "model_max_length": 1000000000000000019884624838656,
51
  "pad_token": "[PAD]",
52
  "sep_token": "[SEP]",
53
+ "sp_model_kwargs": {},
54
+ "split_by_punct": false,
55
+ "tokenizer_class": "DebertaV2Tokenizer",
56
  "unk_token": "[UNK]",
57
+ "vocab_type": "spm"
58
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ff6e1c3e55d8fb5395020679b55e6486533ab8e754b95fdbfdfed32841c8151c
3
- size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b93f08cbdaaed19542be483b9b0c93a8a68c9cd930fd599513af2788c9c79c3b
3
+ size 5176