prithviraj-maurya
commited on
Commit
•
d40d04b
1
Parent(s):
aedacd1
End of training
Browse files- README.md +61 -0
- config.json +645 -0
- model.safetensors +3 -0
- runs/Feb20_21-20-28_65e4bd685465/events.out.tfevents.1708464029.65e4bd685465.34.1 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +55 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
README.md
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: bert-base-uncased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
model-index:
|
9 |
+
- name: legalbench_answer_classification
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# legalbench_answer_classification
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.2722
|
21 |
+
- Accuracy: 0.5097
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 2e-05
|
41 |
+
- train_batch_size: 32
|
42 |
+
- eval_batch_size: 32
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 2
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 245 | 1.4273 | 0.5087 |
|
53 |
+
| No log | 2.0 | 490 | 1.2722 | 0.5097 |
|
54 |
+
|
55 |
+
|
56 |
+
### Framework versions
|
57 |
+
|
58 |
+
- Transformers 4.37.0
|
59 |
+
- Pytorch 2.1.2
|
60 |
+
- Datasets 2.1.0
|
61 |
+
- Tokenizers 0.15.1
|
config.json
ADDED
@@ -0,0 +1,645 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bert-base-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "\"arm's length transacation\" ",
|
14 |
+
"1": "$116066",
|
15 |
+
"2": "$118227",
|
16 |
+
"3": "$12036",
|
17 |
+
"4": "$14473",
|
18 |
+
"5": "$17783",
|
19 |
+
"6": "$178147",
|
20 |
+
"7": "$1844",
|
21 |
+
"8": "$187552",
|
22 |
+
"9": "$206073",
|
23 |
+
"10": "$206332",
|
24 |
+
"11": "$207772",
|
25 |
+
"12": "$243097",
|
26 |
+
"13": "$25055",
|
27 |
+
"14": "$26549",
|
28 |
+
"15": "$26567",
|
29 |
+
"16": "$3274",
|
30 |
+
"17": "$33068",
|
31 |
+
"18": "$34233",
|
32 |
+
"19": "$344848",
|
33 |
+
"20": "$4073",
|
34 |
+
"21": "$4331",
|
35 |
+
"22": "$4509",
|
36 |
+
"23": "$4525",
|
37 |
+
"24": "$45946",
|
38 |
+
"25": "$46734",
|
39 |
+
"26": "$4938",
|
40 |
+
"27": "$55528",
|
41 |
+
"28": "$63345",
|
42 |
+
"29": "$6449",
|
43 |
+
"30": "$6812",
|
44 |
+
"31": "$72344",
|
45 |
+
"32": "$7595",
|
46 |
+
"33": "$7611",
|
47 |
+
"34": "$82819",
|
48 |
+
"35": "$8312",
|
49 |
+
"36": "$96641",
|
50 |
+
"37": "$986",
|
51 |
+
"38": "0",
|
52 |
+
"39": "1",
|
53 |
+
"40": "2",
|
54 |
+
"41": "3",
|
55 |
+
"42": "4",
|
56 |
+
"43": "A",
|
57 |
+
"44": "Alan S Armstrong,Donald R Chappel",
|
58 |
+
"45": "Alder BioPharmaceuticals, Inc.",
|
59 |
+
"46": "Allergan plc f/k/a Actavis plc",
|
60 |
+
"47": "Alvarado v. Tex. Rangers",
|
61 |
+
"48": "Am. Auto. Ins. Co. v. Murray",
|
62 |
+
"49": "Amidax Trading Grp. v. S.W.I.F.T. 10 SCRL",
|
63 |
+
"50": "Amneal Pharmaceuticals, Inc.",
|
64 |
+
"51": "Analysis",
|
65 |
+
"52": "Anand Gopalan,Andrew Hamer",
|
66 |
+
"53": "Arbitration",
|
67 |
+
"54": "At Home Group Inc.",
|
68 |
+
"55": "Award",
|
69 |
+
"56": "B",
|
70 |
+
"57": "Background",
|
71 |
+
"58": "Bank Mutual Corporation",
|
72 |
+
"59": "Barnes & Noble, Inc.",
|
73 |
+
"60": "Basic Inc. v. Levinson,",
|
74 |
+
"61": "Bell v. Hood",
|
75 |
+
"62": "Bharadwaj v. Mid Dakota Clinic",
|
76 |
+
"63": "Boingo Wireless, Inc.",
|
77 |
+
"64": "C",
|
78 |
+
"65": "Charles A Alutto,Dan Ginnetti,Brent Arnold,Frank ten Brink,Richard Kogler,Mark C Miller,Jack W Schuler,Lynn Dorsey Bleil,Thomas D Brown,Thomas F Chen,Rodney F Dammeyer,William K Hall,Mike S Zafirovski,John Patience",
|
79 |
+
"66": "Chegg, Inc.",
|
80 |
+
"67": "Choice of law",
|
81 |
+
"68": "Christopher S Ripley,Lucy A Rutishauser",
|
82 |
+
"69": "Claim",
|
83 |
+
"70": "Clarification",
|
84 |
+
"71": "Claude R Canizares,Thomas A Corcoran,Ann E Dunwoody,Lewis Kramer,Christopher E Kubasik,Rita S Lane,Robert Millard,Lloyd W Newton,Vincent Pagano Jr.,H Hugh Shelton",
|
85 |
+
"72": "Clinton v. City of New York,",
|
86 |
+
"73": "Common Law",
|
87 |
+
"74": "Communicate",
|
88 |
+
"75": "Conclusion",
|
89 |
+
"76": "Content removal",
|
90 |
+
"77": "Contract by using",
|
91 |
+
"78": "Contradiction",
|
92 |
+
"79": "Cooper Tire & Rubber Company",
|
93 |
+
"80": "Core-Mark Holding Company, Inc.",
|
94 |
+
"81": "Correct",
|
95 |
+
"82": "Criticism",
|
96 |
+
"83": "Curtis Riley",
|
97 |
+
"84": "D",
|
98 |
+
"85": "Darren Jay Jensen,Mark R Jaggi",
|
99 |
+
"86": "David R Lord,Timothy P Boyle,Marc J Cramer,Paul Davis,Matthew E Gilbertson,Kevin R Kelly,Nickolas A Mills,Jacqueline S Woodward",
|
100 |
+
"87": "David W Thompson,Garrett E Pierce",
|
101 |
+
"88": "Decree",
|
102 |
+
"89": "Delta Natural Gas Company, Inc",
|
103 |
+
"90": "Dion J Weisler,Catherine Lesjak",
|
104 |
+
"91": "Douglas Steenland,Michael D. Durham,John Smith,Scott Forbes,Elizabeth Buse,Douglas A Hacker,Steven R Chambers,Gordon Wilson",
|
105 |
+
"92": "Duke Power Co. v. Carolina Env't Study Grp., Inc",
|
106 |
+
"93": "E",
|
107 |
+
"94": "Entailment",
|
108 |
+
"95": "Ernest S Pinner,Charles W McPherson,James H Bingham,Michael J Brown Sr.,C Dennis Carlton,Michael F Ciferri,John C Corbett,Jody Jean Dreyer,Griffin A Greene,John H Holcomb III,Richard Murray IV,George Tierso Nunez II,Thomas E Oakley,G Ruffner Page Jr.,William Knox Pou Jr.,Daniel R Richey,David G Salyers,Joshua A Snively Sr.,Mark Thompson",
|
109 |
+
"96": "Everquote, Inc.",
|
110 |
+
"97": "F",
|
111 |
+
"98": "Facts",
|
112 |
+
"99": "Faraj Aalaei,Dmitry Akhanov,Bami Bastani,Ken Pelowski,Geoffrey Ribar,Sam Srinivasan,Anders Swahn,Lip-Bu Tan",
|
113 |
+
"100": "Feist v. La., Dep't of Justice, Off. of the Att'y Gen.",
|
114 |
+
"101": "Foreign",
|
115 |
+
"102": "Forterra, Inc.",
|
116 |
+
"103": "G",
|
117 |
+
"104": "GSX Techedu Inc.",
|
118 |
+
"105": "General Cable Corporation",
|
119 |
+
"106": "General Electric Company",
|
120 |
+
"107": "George S Barrett,Donald Casey Jr.,Michael C Kaufmann,Jorge M Gomez,David J Wilson",
|
121 |
+
"108": "George W Bickerstaff III,Alexander J Denner,Jules Haimovitz,Paris Panayiotopoulos,Anna Protopapas,Norbert G Riedel,Sarah J Schlesinger",
|
122 |
+
"109": "Gregory G Antonsen,James F Deutsch,James E Goodwin Jr.,John S Gulas,Jeffrey F Howell,Samuel T Hubbard Jr.,Arthur B Montoya Jr.,Leslie Nathanson Juris,Tony Scavuzzo,Charles A Slocomb",
|
123 |
+
"110": "Gregory L Waters,Kenneth Kannappan,Umesh Padval,Gordon W Parnell,Robert A Rango,Norm Taffe,Selena Loh LaCroix",
|
124 |
+
"111": "Gunn v. Minton,",
|
125 |
+
"112": "Guoqing Li,Peggy Yu Yu,Danqian Yao,Lijun Chen,Min Kan,Ruby Rong Lu,Ke Zhang,Xiaolong Li",
|
126 |
+
"113": "H",
|
127 |
+
"114": "Harris v. United States",
|
128 |
+
"115": "Hartman v. Moore",
|
129 |
+
"116": "Howard Lerman,Steve Cakebread",
|
130 |
+
"117": "Humanigen, Inc.",
|
131 |
+
"118": "Humor",
|
132 |
+
"119": "Hyperdynamics Corporation",
|
133 |
+
"120": "HyreCar, Inc.",
|
134 |
+
"121": "I",
|
135 |
+
"122": "Implications",
|
136 |
+
"123": "Imprisonment",
|
137 |
+
"124": "In re Special Grand Jury 89\u201302",
|
138 |
+
"125": "Incident",
|
139 |
+
"126": "Incorrect",
|
140 |
+
"127": "Intersect ENT, Inc.",
|
141 |
+
"128": "Irrelevant",
|
142 |
+
"129": "Issue",
|
143 |
+
"130": "J",
|
144 |
+
"131": "JELD-WEN Holding, Inc.",
|
145 |
+
"132": "Jean-Francois Mouney,Nathalie Huitorel,Xavier Guille Des Buttes,Catherine Larue,Anne-Helene Monsellato,Frederic Desdouits,Florence Sejourne,Philippe Moons",
|
146 |
+
"133": "Jeffrey T Slovin,Bret W Wise,Christopher T Clark,Donald Casey Jr.,James G Mosch,Ulrich Michel,Nicholas W Alexos,Michael C Alfano,Erik Brandt,Paula H J Cholmondeley,Michael J Coleman,Willie A Deese,William F Hecht,Francis J Lunger,John L Miclot,John C Miles II",
|
147 |
+
"134": "Jenny Zhiya Qian,Reinout Hendrik Schakel,Jian Liu,Charles Zhengyao Lu,Erhai Liu,Jinyi Guo,Hui Li,Sean Shao,Thomas P Meier",
|
148 |
+
"135": "Jeremy Stoppelman,Lanny Baker",
|
149 |
+
"136": "John Barbour,William B Chiasson,Thomas Kalinske,E Stanton Mckee Jr.,Randy O Rissman,Caden Wang,Stephen M Youngwood",
|
150 |
+
"137": "John Bucksbaum,Bernard Freibaum,Joel Bayer,Edmund Hoyt,Jean Schlemmer,Robert Michaels",
|
151 |
+
"138": "Jurisdiction",
|
152 |
+
"139": "KE Holdings, Inc.",
|
153 |
+
"140": "Kan. Nat. Res. Coal. v. U.S. Dep't of Interior",
|
154 |
+
"141": "Ken Klein,Ian Halifax",
|
155 |
+
"142": "Key Technology, Inc.\nDuravant LLC\nCascade Merger Sub, Inc.",
|
156 |
+
"143": "Kim S Fennebresque,Bruns H Grayon,Beatriz V Infante,Richard J Lynch,Kent J Mathy,Scott Schubert,Rick W Smith",
|
157 |
+
"144": "Kraft Heinz Company",
|
158 |
+
"145": "L3 Technologies, Inc.",
|
159 |
+
"146": "Landmark Infrastructure Partners LP",
|
160 |
+
"147": "LeapFrog Enterprises, Inc.",
|
161 |
+
"148": "Limitation of liability",
|
162 |
+
"149": "Louis Hernandez Jr.,Ilan Sidi",
|
163 |
+
"150": "Lynn Michelle Jurich,Robert Patrick Komin Jr.",
|
164 |
+
"151": "Madison Constr. Co. v. Harleysville Mut. Ins. Co.",
|
165 |
+
"152": "Maria M Pope,James F Lobdell",
|
166 |
+
"153": "Mark J Alles,Peter Kellogg,Scott Smith,Nadim Ahmed,Terrie Curran",
|
167 |
+
"154": "Mark Pruzanski,Sandip Kapadia",
|
168 |
+
"155": "Market value'",
|
169 |
+
"156": "Match Group, Inc.",
|
170 |
+
"157": "Matter",
|
171 |
+
"158": "Matthew Rabinowitz,Jonathan Sheena,Herm Rosenman,Roelof F Botha,Todd Cozzens,Edward C Dirscoll Jr.,James I Healy,John Steuart",
|
172 |
+
"159": "McCarty v. Hillstone Rest. Grp., Inc.",
|
173 |
+
"160": "Md. Cas. Co. v. Pac. Coal & Oil Co.,",
|
174 |
+
"161": "Michael Cammarata,Mario Paradis,Claudie Lauzon,Toni Rinow",
|
175 |
+
"162": "Michael Klein,Jay Taragin",
|
176 |
+
"163": "Miguel Fernandez,Cassandra Harris",
|
177 |
+
"164": "Ming Hsieh,Paul Kim",
|
178 |
+
"165": "Nangeng Zhang,Jiaxuan Li,Jianping Kong,Qifeng Sun,Quanfu Hong",
|
179 |
+
"166": "Nationwide Mut. Ins. Co. v. Cosenza",
|
180 |
+
"167": "Nautilus, Inc. v. Biosig Instruments, Inc.",
|
181 |
+
"168": "Neovasc, Inc.",
|
182 |
+
"169": "No",
|
183 |
+
"170": "Omega Protein Corporation",
|
184 |
+
"171": "Omnicare, Inc. v. Laborers Dist. Council Constr. Indus. Pension Fund",
|
185 |
+
"172": "Oneida Indian Nation v. Oneida Cnty",
|
186 |
+
"173": "Organogenesis Holdings Inc.",
|
187 |
+
"174": "Other",
|
188 |
+
"175": "Philip K Asherman,Ronald A Ballschmiede,Westley S Stockton",
|
189 |
+
"176": "Playstudios, Inc. f/k/a Acies Acquisition Corporation",
|
190 |
+
"177": "Port Authority of New York and New Jersey v. Affiliated FM Insurance Company",
|
191 |
+
"178": "Procedural History",
|
192 |
+
"179": "Proteon Therapeutics, Inc.",
|
193 |
+
"180": "Prusky v. Reliastar Life Ins. Co.",
|
194 |
+
"181": "Quorum Health Corporation",
|
195 |
+
"182": "Recovery",
|
196 |
+
"183": "Reed J Killion,Jeffrey Tomz",
|
197 |
+
"184": "Relevant",
|
198 |
+
"185": "Restaurant Brands International, Inc.",
|
199 |
+
"186": "Roan Resources, Inc.",
|
200 |
+
"187": "Robert L Johnson,David Z Cauble III,Jane W Darden,Edward D Smith,Thomas M Lane,David L Strobel,Curti M Johnson",
|
201 |
+
"188": "Roger A Krone,James C Reagan",
|
202 |
+
"189": "Rolf Schromgens,Axel Hefer",
|
203 |
+
"190": "Rule",
|
204 |
+
"191": "SCYNEXIS, Inc",
|
205 |
+
"192": "SEC v. Ficken",
|
206 |
+
"193": "SEC v. Sargent",
|
207 |
+
"194": "Saketkoo v. Admins. of Tulane Educ. Fund",
|
208 |
+
"195": "Salil Parekh,M D Ranganath",
|
209 |
+
"196": "Sanders v. City of Minneapolis",
|
210 |
+
"197": "Saul L Basch,Terence N Deeks,Stanley A Galanski,Meryl D Hartzband,Geoffrey E Johnson,Robert V Mendelson,David M Platter,Patricia H Roberts,Janice C Tomlinson,Marc M Tract",
|
211 |
+
"198": "Sinclair Broadcast Group, Inc.",
|
212 |
+
"199": "Slack Technologies, Inc.",
|
213 |
+
"200": "Sleep Number Corporation",
|
214 |
+
"201": "Smith v. Ochsner Health Sys.",
|
215 |
+
"202": "SpeedTrack, Inc. v. Amazon.com, Inc.",
|
216 |
+
"203": "Stamps.com, Inc.",
|
217 |
+
"204": "Steven Goldman,Roger A Jeffs,Paul B Manning,Alfred J Novak,David Zaccardelli,Sean Stalford,Nancy J. Wysenski",
|
218 |
+
"205": "Stuart J Bradie,Mark W Sopp,Brian Ferraioli",
|
219 |
+
"206": "Support",
|
220 |
+
"207": "Terence H. Matthews,Richard D. Mcbee,John P. McHugh,Peter D. Charbonneau,Benjamin H. Ball,David M. Williams,Martha H Bejar,Sudhakar Ramakrishna",
|
221 |
+
"208": "The Allstate Corporation",
|
222 |
+
"209": "Thomas F. August,Marilyn Alexander,Raymond B. Greer,John S Gates Jr.,Tripp H. Hardin, III,Tobias Hartmann,Philip L. Hawkins,John C. O'Keeffe,Marcus L. Smith",
|
223 |
+
"210": "Tiffany, Inc.",
|
224 |
+
"211": "Torsten Kuenzlen,James Keough,Edward Hellard,Greg Mills,Gregory Turnbull,Lee Tamkee,Elizabeth Cannon",
|
225 |
+
"212": "Turpitude",
|
226 |
+
"213": "Twitter, Inc.",
|
227 |
+
"214": "UCC",
|
228 |
+
"215": "Unilateral change",
|
229 |
+
"216": "Unilateral termination",
|
230 |
+
"217": "United States v. Galaviz",
|
231 |
+
"218": "United States v. Harris",
|
232 |
+
"219": "United States v. McLevain",
|
233 |
+
"220": "United States v. Pearce",
|
234 |
+
"221": "Universal American Corporation",
|
235 |
+
"222": "Use",
|
236 |
+
"223": "Utah Physicians for a Healthy Env't v. Diesel Power Gear, LLC",
|
237 |
+
"224": "Vectren Corporation",
|
238 |
+
"225": "Venator Materials PLC",
|
239 |
+
"226": "Vereit Inc.",
|
240 |
+
"227": "Vertex Energy, Inc.",
|
241 |
+
"228": "Weight Watchers International, Inc.",
|
242 |
+
"229": "Yalla Group Limited f/k/a FYXTech Corporation",
|
243 |
+
"230": "Yes",
|
244 |
+
"231": "YogaWorks, Inc.",
|
245 |
+
"232": "Zion Oil & Gas, Inc.",
|
246 |
+
"233": "Zoompass Holdings, Inc",
|
247 |
+
"234": "Zynerba Pharmaceuticals, Inc.",
|
248 |
+
"235": "[\"Heavy & General Laborers' Locals 472 & 172 Pension\"]",
|
249 |
+
"236": "['Bruce Hipple']",
|
250 |
+
"237": "['Bucks County General Employees Retirement System']",
|
251 |
+
"238": "['City of Miami General Employees Retirement System and Sanitation Employees Retirement System']",
|
252 |
+
"239": "['City of Riviera Beach General Employees Retirement System']",
|
253 |
+
"240": "['City of Warwick General Employees Retirement System']",
|
254 |
+
"241": "['Debendra Sharma']",
|
255 |
+
"242": "['Enrico Vaccaro']",
|
256 |
+
"243": "['Gary Buelow']",
|
257 |
+
"244": "['Isaiah Potter']",
|
258 |
+
"245": "['James Celeste']",
|
259 |
+
"246": "['Jeffrey Benjamin']",
|
260 |
+
"247": "['Jerrett Boehning']",
|
261 |
+
"248": "['Michael Plutte']",
|
262 |
+
"249": "['Not named']",
|
263 |
+
"250": "['Shiva Stein']",
|
264 |
+
"251": "['Stephen Bushansky']",
|
265 |
+
"252": "['Stephen Strugala']",
|
266 |
+
"253": "['Steven Leventhal']",
|
267 |
+
"254": "accident",
|
268 |
+
"255": "accrue",
|
269 |
+
"256": "actual",
|
270 |
+
"257": "actual damages,compensatory damages",
|
271 |
+
"258": "actual posession",
|
272 |
+
"259": "allowed",
|
273 |
+
"260": "arbitrary",
|
274 |
+
"261": "arise",
|
275 |
+
"262": "arms",
|
276 |
+
"263": "association",
|
277 |
+
"264": "civil action",
|
278 |
+
"265": "collection",
|
279 |
+
"266": "confinement/detention",
|
280 |
+
"267": "crime of battery",
|
281 |
+
"268": "damages",
|
282 |
+
"269": "de facto merger,mere continuation",
|
283 |
+
"270": "debt",
|
284 |
+
"271": "descriptive",
|
285 |
+
"272": "design",
|
286 |
+
"273": "discrimination ",
|
287 |
+
"274": "dismissed",
|
288 |
+
"275": "embargo",
|
289 |
+
"276": "endeavor",
|
290 |
+
"277": "express agreement",
|
291 |
+
"278": "fanciful",
|
292 |
+
"279": "fraudulent conveyance,mere continuation",
|
293 |
+
"280": "garnishment",
|
294 |
+
"281": "generic",
|
295 |
+
"282": "injunction",
|
296 |
+
"283": "marriage",
|
297 |
+
"284": "mere continuation",
|
298 |
+
"285": "mere continuation,de facto merger",
|
299 |
+
"286": "mere continuation,fraudulent conveyance",
|
300 |
+
"287": "month",
|
301 |
+
"288": "nan",
|
302 |
+
"289": "other",
|
303 |
+
"290": "presentment",
|
304 |
+
"291": "procedure",
|
305 |
+
"292": "relief",
|
306 |
+
"293": "remaining",
|
307 |
+
"294": "remedy",
|
308 |
+
"295": "resTORbio, Inc.",
|
309 |
+
"296": "scienter",
|
310 |
+
"297": "search",
|
311 |
+
"298": "seek",
|
312 |
+
"299": "seniority system",
|
313 |
+
"300": "smuggle",
|
314 |
+
"301": "subject, under",
|
315 |
+
"302": "suggestive",
|
316 |
+
"303": "testimonial",
|
317 |
+
"304": "tidelands",
|
318 |
+
"305": "under",
|
319 |
+
"306": "usufructuary rights"
|
320 |
+
},
|
321 |
+
"initializer_range": 0.02,
|
322 |
+
"intermediate_size": 3072,
|
323 |
+
"label2id": {
|
324 |
+
"\"arm's length transacation\" ": 0,
|
325 |
+
"$116066": 1,
|
326 |
+
"$118227": 2,
|
327 |
+
"$12036": 3,
|
328 |
+
"$14473": 4,
|
329 |
+
"$17783": 5,
|
330 |
+
"$178147": 6,
|
331 |
+
"$1844": 7,
|
332 |
+
"$187552": 8,
|
333 |
+
"$206073": 9,
|
334 |
+
"$206332": 10,
|
335 |
+
"$207772": 11,
|
336 |
+
"$243097": 12,
|
337 |
+
"$25055": 13,
|
338 |
+
"$26549": 14,
|
339 |
+
"$26567": 15,
|
340 |
+
"$3274": 16,
|
341 |
+
"$33068": 17,
|
342 |
+
"$34233": 18,
|
343 |
+
"$344848": 19,
|
344 |
+
"$4073": 20,
|
345 |
+
"$4331": 21,
|
346 |
+
"$4509": 22,
|
347 |
+
"$4525": 23,
|
348 |
+
"$45946": 24,
|
349 |
+
"$46734": 25,
|
350 |
+
"$4938": 26,
|
351 |
+
"$55528": 27,
|
352 |
+
"$63345": 28,
|
353 |
+
"$6449": 29,
|
354 |
+
"$6812": 30,
|
355 |
+
"$72344": 31,
|
356 |
+
"$7595": 32,
|
357 |
+
"$7611": 33,
|
358 |
+
"$82819": 34,
|
359 |
+
"$8312": 35,
|
360 |
+
"$96641": 36,
|
361 |
+
"$986": 37,
|
362 |
+
"0": 38,
|
363 |
+
"1": 39,
|
364 |
+
"2": 40,
|
365 |
+
"3": 41,
|
366 |
+
"4": 42,
|
367 |
+
"A": 43,
|
368 |
+
"Alan S Armstrong,Donald R Chappel": 44,
|
369 |
+
"Alder BioPharmaceuticals, Inc.": 45,
|
370 |
+
"Allergan plc f/k/a Actavis plc": 46,
|
371 |
+
"Alvarado v. Tex. Rangers": 47,
|
372 |
+
"Am. Auto. Ins. Co. v. Murray": 48,
|
373 |
+
"Amidax Trading Grp. v. S.W.I.F.T. 10 SCRL": 49,
|
374 |
+
"Amneal Pharmaceuticals, Inc.": 50,
|
375 |
+
"Analysis": 51,
|
376 |
+
"Anand Gopalan,Andrew Hamer": 52,
|
377 |
+
"Arbitration": 53,
|
378 |
+
"At Home Group Inc.": 54,
|
379 |
+
"Award": 55,
|
380 |
+
"B": 56,
|
381 |
+
"Background": 57,
|
382 |
+
"Bank Mutual Corporation": 58,
|
383 |
+
"Barnes & Noble, Inc.": 59,
|
384 |
+
"Basic Inc. v. Levinson,": 60,
|
385 |
+
"Bell v. Hood": 61,
|
386 |
+
"Bharadwaj v. Mid Dakota Clinic": 62,
|
387 |
+
"Boingo Wireless, Inc.": 63,
|
388 |
+
"C": 64,
|
389 |
+
"Charles A Alutto,Dan Ginnetti,Brent Arnold,Frank ten Brink,Richard Kogler,Mark C Miller,Jack W Schuler,Lynn Dorsey Bleil,Thomas D Brown,Thomas F Chen,Rodney F Dammeyer,William K Hall,Mike S Zafirovski,John Patience": 65,
|
390 |
+
"Chegg, Inc.": 66,
|
391 |
+
"Choice of law": 67,
|
392 |
+
"Christopher S Ripley,Lucy A Rutishauser": 68,
|
393 |
+
"Claim": 69,
|
394 |
+
"Clarification": 70,
|
395 |
+
"Claude R Canizares,Thomas A Corcoran,Ann E Dunwoody,Lewis Kramer,Christopher E Kubasik,Rita S Lane,Robert Millard,Lloyd W Newton,Vincent Pagano Jr.,H Hugh Shelton": 71,
|
396 |
+
"Clinton v. City of New York,": 72,
|
397 |
+
"Common Law": 73,
|
398 |
+
"Communicate": 74,
|
399 |
+
"Conclusion": 75,
|
400 |
+
"Content removal": 76,
|
401 |
+
"Contract by using": 77,
|
402 |
+
"Contradiction": 78,
|
403 |
+
"Cooper Tire & Rubber Company": 79,
|
404 |
+
"Core-Mark Holding Company, Inc.": 80,
|
405 |
+
"Correct": 81,
|
406 |
+
"Criticism": 82,
|
407 |
+
"Curtis Riley": 83,
|
408 |
+
"D": 84,
|
409 |
+
"Darren Jay Jensen,Mark R Jaggi": 85,
|
410 |
+
"David R Lord,Timothy P Boyle,Marc J Cramer,Paul Davis,Matthew E Gilbertson,Kevin R Kelly,Nickolas A Mills,Jacqueline S Woodward": 86,
|
411 |
+
"David W Thompson,Garrett E Pierce": 87,
|
412 |
+
"Decree": 88,
|
413 |
+
"Delta Natural Gas Company, Inc": 89,
|
414 |
+
"Dion J Weisler,Catherine Lesjak": 90,
|
415 |
+
"Douglas Steenland,Michael D. Durham,John Smith,Scott Forbes,Elizabeth Buse,Douglas A Hacker,Steven R Chambers,Gordon Wilson": 91,
|
416 |
+
"Duke Power Co. v. Carolina Env't Study Grp., Inc": 92,
|
417 |
+
"E": 93,
|
418 |
+
"Entailment": 94,
|
419 |
+
"Ernest S Pinner,Charles W McPherson,James H Bingham,Michael J Brown Sr.,C Dennis Carlton,Michael F Ciferri,John C Corbett,Jody Jean Dreyer,Griffin A Greene,John H Holcomb III,Richard Murray IV,George Tierso Nunez II,Thomas E Oakley,G Ruffner Page Jr.,William Knox Pou Jr.,Daniel R Richey,David G Salyers,Joshua A Snively Sr.,Mark Thompson": 95,
|
420 |
+
"Everquote, Inc.": 96,
|
421 |
+
"F": 97,
|
422 |
+
"Facts": 98,
|
423 |
+
"Faraj Aalaei,Dmitry Akhanov,Bami Bastani,Ken Pelowski,Geoffrey Ribar,Sam Srinivasan,Anders Swahn,Lip-Bu Tan": 99,
|
424 |
+
"Feist v. La., Dep't of Justice, Off. of the Att'y Gen.": 100,
|
425 |
+
"Foreign": 101,
|
426 |
+
"Forterra, Inc.": 102,
|
427 |
+
"G": 103,
|
428 |
+
"GSX Techedu Inc.": 104,
|
429 |
+
"General Cable Corporation": 105,
|
430 |
+
"General Electric Company": 106,
|
431 |
+
"George S Barrett,Donald Casey Jr.,Michael C Kaufmann,Jorge M Gomez,David J Wilson": 107,
|
432 |
+
"George W Bickerstaff III,Alexander J Denner,Jules Haimovitz,Paris Panayiotopoulos,Anna Protopapas,Norbert G Riedel,Sarah J Schlesinger": 108,
|
433 |
+
"Gregory G Antonsen,James F Deutsch,James E Goodwin Jr.,John S Gulas,Jeffrey F Howell,Samuel T Hubbard Jr.,Arthur B Montoya Jr.,Leslie Nathanson Juris,Tony Scavuzzo,Charles A Slocomb": 109,
|
434 |
+
"Gregory L Waters,Kenneth Kannappan,Umesh Padval,Gordon W Parnell,Robert A Rango,Norm Taffe,Selena Loh LaCroix": 110,
|
435 |
+
"Gunn v. Minton,": 111,
|
436 |
+
"Guoqing Li,Peggy Yu Yu,Danqian Yao,Lijun Chen,Min Kan,Ruby Rong Lu,Ke Zhang,Xiaolong Li": 112,
|
437 |
+
"H": 113,
|
438 |
+
"Harris v. United States": 114,
|
439 |
+
"Hartman v. Moore": 115,
|
440 |
+
"Howard Lerman,Steve Cakebread": 116,
|
441 |
+
"Humanigen, Inc.": 117,
|
442 |
+
"Humor": 118,
|
443 |
+
"Hyperdynamics Corporation": 119,
|
444 |
+
"HyreCar, Inc.": 120,
|
445 |
+
"I": 121,
|
446 |
+
"Implications": 122,
|
447 |
+
"Imprisonment": 123,
|
448 |
+
"In re Special Grand Jury 89\u201302": 124,
|
449 |
+
"Incident": 125,
|
450 |
+
"Incorrect": 126,
|
451 |
+
"Intersect ENT, Inc.": 127,
|
452 |
+
"Irrelevant": 128,
|
453 |
+
"Issue": 129,
|
454 |
+
"J": 130,
|
455 |
+
"JELD-WEN Holding, Inc.": 131,
|
456 |
+
"Jean-Francois Mouney,Nathalie Huitorel,Xavier Guille Des Buttes,Catherine Larue,Anne-Helene Monsellato,Frederic Desdouits,Florence Sejourne,Philippe Moons": 132,
|
457 |
+
"Jeffrey T Slovin,Bret W Wise,Christopher T Clark,Donald Casey Jr.,James G Mosch,Ulrich Michel,Nicholas W Alexos,Michael C Alfano,Erik Brandt,Paula H J Cholmondeley,Michael J Coleman,Willie A Deese,William F Hecht,Francis J Lunger,John L Miclot,John C Miles II": 133,
|
458 |
+
"Jenny Zhiya Qian,Reinout Hendrik Schakel,Jian Liu,Charles Zhengyao Lu,Erhai Liu,Jinyi Guo,Hui Li,Sean Shao,Thomas P Meier": 134,
|
459 |
+
"Jeremy Stoppelman,Lanny Baker": 135,
|
460 |
+
"John Barbour,William B Chiasson,Thomas Kalinske,E Stanton Mckee Jr.,Randy O Rissman,Caden Wang,Stephen M Youngwood": 136,
|
461 |
+
"John Bucksbaum,Bernard Freibaum,Joel Bayer,Edmund Hoyt,Jean Schlemmer,Robert Michaels": 137,
|
462 |
+
"Jurisdiction": 138,
|
463 |
+
"KE Holdings, Inc.": 139,
|
464 |
+
"Kan. Nat. Res. Coal. v. U.S. Dep't of Interior": 140,
|
465 |
+
"Ken Klein,Ian Halifax": 141,
|
466 |
+
"Key Technology, Inc.\nDuravant LLC\nCascade Merger Sub, Inc.": 142,
|
467 |
+
"Kim S Fennebresque,Bruns H Grayon,Beatriz V Infante,Richard J Lynch,Kent J Mathy,Scott Schubert,Rick W Smith": 143,
|
468 |
+
"Kraft Heinz Company": 144,
|
469 |
+
"L3 Technologies, Inc.": 145,
|
470 |
+
"Landmark Infrastructure Partners LP": 146,
|
471 |
+
"LeapFrog Enterprises, Inc.": 147,
|
472 |
+
"Limitation of liability": 148,
|
473 |
+
"Louis Hernandez Jr.,Ilan Sidi": 149,
|
474 |
+
"Lynn Michelle Jurich,Robert Patrick Komin Jr.": 150,
|
475 |
+
"Madison Constr. Co. v. Harleysville Mut. Ins. Co.": 151,
|
476 |
+
"Maria M Pope,James F Lobdell": 152,
|
477 |
+
"Mark J Alles,Peter Kellogg,Scott Smith,Nadim Ahmed,Terrie Curran": 153,
|
478 |
+
"Mark Pruzanski,Sandip Kapadia": 154,
|
479 |
+
"Market value'": 155,
|
480 |
+
"Match Group, Inc.": 156,
|
481 |
+
"Matter": 157,
|
482 |
+
"Matthew Rabinowitz,Jonathan Sheena,Herm Rosenman,Roelof F Botha,Todd Cozzens,Edward C Dirscoll Jr.,James I Healy,John Steuart": 158,
|
483 |
+
"McCarty v. Hillstone Rest. Grp., Inc.": 159,
|
484 |
+
"Md. Cas. Co. v. Pac. Coal & Oil Co.,": 160,
|
485 |
+
"Michael Cammarata,Mario Paradis,Claudie Lauzon,Toni Rinow": 161,
|
486 |
+
"Michael Klein,Jay Taragin": 162,
|
487 |
+
"Miguel Fernandez,Cassandra Harris": 163,
|
488 |
+
"Ming Hsieh,Paul Kim": 164,
|
489 |
+
"Nangeng Zhang,Jiaxuan Li,Jianping Kong,Qifeng Sun,Quanfu Hong": 165,
|
490 |
+
"Nationwide Mut. Ins. Co. v. Cosenza": 166,
|
491 |
+
"Nautilus, Inc. v. Biosig Instruments, Inc.": 167,
|
492 |
+
"Neovasc, Inc.": 168,
|
493 |
+
"No": 169,
|
494 |
+
"Omega Protein Corporation": 170,
|
495 |
+
"Omnicare, Inc. v. Laborers Dist. Council Constr. Indus. Pension Fund": 171,
|
496 |
+
"Oneida Indian Nation v. Oneida Cnty": 172,
|
497 |
+
"Organogenesis Holdings Inc.": 173,
|
498 |
+
"Other": 174,
|
499 |
+
"Philip K Asherman,Ronald A Ballschmiede,Westley S Stockton": 175,
|
500 |
+
"Playstudios, Inc. f/k/a Acies Acquisition Corporation": 176,
|
501 |
+
"Port Authority of New York and New Jersey v. Affiliated FM Insurance Company": 177,
|
502 |
+
"Procedural History": 178,
|
503 |
+
"Proteon Therapeutics, Inc.": 179,
|
504 |
+
"Prusky v. Reliastar Life Ins. Co.": 180,
|
505 |
+
"Quorum Health Corporation": 181,
|
506 |
+
"Recovery": 182,
|
507 |
+
"Reed J Killion,Jeffrey Tomz": 183,
|
508 |
+
"Relevant": 184,
|
509 |
+
"Restaurant Brands International, Inc.": 185,
|
510 |
+
"Roan Resources, Inc.": 186,
|
511 |
+
"Robert L Johnson,David Z Cauble III,Jane W Darden,Edward D Smith,Thomas M Lane,David L Strobel,Curti M Johnson": 187,
|
512 |
+
"Roger A Krone,James C Reagan": 188,
|
513 |
+
"Rolf Schromgens,Axel Hefer": 189,
|
514 |
+
"Rule": 190,
|
515 |
+
"SCYNEXIS, Inc": 191,
|
516 |
+
"SEC v. Ficken": 192,
|
517 |
+
"SEC v. Sargent": 193,
|
518 |
+
"Saketkoo v. Admins. of Tulane Educ. Fund": 194,
|
519 |
+
"Salil Parekh,M D Ranganath": 195,
|
520 |
+
"Sanders v. City of Minneapolis": 196,
|
521 |
+
"Saul L Basch,Terence N Deeks,Stanley A Galanski,Meryl D Hartzband,Geoffrey E Johnson,Robert V Mendelson,David M Platter,Patricia H Roberts,Janice C Tomlinson,Marc M Tract": 197,
|
522 |
+
"Sinclair Broadcast Group, Inc.": 198,
|
523 |
+
"Slack Technologies, Inc.": 199,
|
524 |
+
"Sleep Number Corporation": 200,
|
525 |
+
"Smith v. Ochsner Health Sys.": 201,
|
526 |
+
"SpeedTrack, Inc. v. Amazon.com, Inc.": 202,
|
527 |
+
"Stamps.com, Inc.": 203,
|
528 |
+
"Steven Goldman,Roger A Jeffs,Paul B Manning,Alfred J Novak,David Zaccardelli,Sean Stalford,Nancy J. Wysenski": 204,
|
529 |
+
"Stuart J Bradie,Mark W Sopp,Brian Ferraioli": 205,
|
530 |
+
"Support": 206,
|
531 |
+
"Terence H. Matthews,Richard D. Mcbee,John P. McHugh,Peter D. Charbonneau,Benjamin H. Ball,David M. Williams,Martha H Bejar,Sudhakar Ramakrishna": 207,
|
532 |
+
"The Allstate Corporation": 208,
|
533 |
+
"Thomas F. August,Marilyn Alexander,Raymond B. Greer,John S Gates Jr.,Tripp H. Hardin, III,Tobias Hartmann,Philip L. Hawkins,John C. O'Keeffe,Marcus L. Smith": 209,
|
534 |
+
"Tiffany, Inc.": 210,
|
535 |
+
"Torsten Kuenzlen,James Keough,Edward Hellard,Greg Mills,Gregory Turnbull,Lee Tamkee,Elizabeth Cannon": 211,
|
536 |
+
"Turpitude": 212,
|
537 |
+
"Twitter, Inc.": 213,
|
538 |
+
"UCC": 214,
|
539 |
+
"Unilateral change": 215,
|
540 |
+
"Unilateral termination": 216,
|
541 |
+
"United States v. Galaviz": 217,
|
542 |
+
"United States v. Harris": 218,
|
543 |
+
"United States v. McLevain": 219,
|
544 |
+
"United States v. Pearce": 220,
|
545 |
+
"Universal American Corporation": 221,
|
546 |
+
"Use": 222,
|
547 |
+
"Utah Physicians for a Healthy Env't v. Diesel Power Gear, LLC": 223,
|
548 |
+
"Vectren Corporation": 224,
|
549 |
+
"Venator Materials PLC": 225,
|
550 |
+
"Vereit Inc.": 226,
|
551 |
+
"Vertex Energy, Inc.": 227,
|
552 |
+
"Weight Watchers International, Inc.": 228,
|
553 |
+
"Yalla Group Limited f/k/a FYXTech Corporation": 229,
|
554 |
+
"Yes": 230,
|
555 |
+
"YogaWorks, Inc.": 231,
|
556 |
+
"Zion Oil & Gas, Inc.": 232,
|
557 |
+
"Zoompass Holdings, Inc": 233,
|
558 |
+
"Zynerba Pharmaceuticals, Inc.": 234,
|
559 |
+
"[\"Heavy & General Laborers' Locals 472 & 172 Pension\"]": 235,
|
560 |
+
"['Bruce Hipple']": 236,
|
561 |
+
"['Bucks County General Employees Retirement System']": 237,
|
562 |
+
"['City of Miami General Employees Retirement System and Sanitation Employees Retirement System']": 238,
|
563 |
+
"['City of Riviera Beach General Employees Retirement System']": 239,
|
564 |
+
"['City of Warwick General Employees Retirement System']": 240,
|
565 |
+
"['Debendra Sharma']": 241,
|
566 |
+
"['Enrico Vaccaro']": 242,
|
567 |
+
"['Gary Buelow']": 243,
|
568 |
+
"['Isaiah Potter']": 244,
|
569 |
+
"['James Celeste']": 245,
|
570 |
+
"['Jeffrey Benjamin']": 246,
|
571 |
+
"['Jerrett Boehning']": 247,
|
572 |
+
"['Michael Plutte']": 248,
|
573 |
+
"['Not named']": 249,
|
574 |
+
"['Shiva Stein']": 250,
|
575 |
+
"['Stephen Bushansky']": 251,
|
576 |
+
"['Stephen Strugala']": 252,
|
577 |
+
"['Steven Leventhal']": 253,
|
578 |
+
"accident": 254,
|
579 |
+
"accrue": 255,
|
580 |
+
"actual": 256,
|
581 |
+
"actual damages,compensatory damages": 257,
|
582 |
+
"actual posession": 258,
|
583 |
+
"allowed": 259,
|
584 |
+
"arbitrary": 260,
|
585 |
+
"arise": 261,
|
586 |
+
"arms": 262,
|
587 |
+
"association": 263,
|
588 |
+
"civil action": 264,
|
589 |
+
"collection": 265,
|
590 |
+
"confinement/detention": 266,
|
591 |
+
"crime of battery": 267,
|
592 |
+
"damages": 268,
|
593 |
+
"de facto merger,mere continuation": 269,
|
594 |
+
"debt": 270,
|
595 |
+
"descriptive": 271,
|
596 |
+
"design": 272,
|
597 |
+
"discrimination ": 273,
|
598 |
+
"dismissed": 274,
|
599 |
+
"embargo": 275,
|
600 |
+
"endeavor": 276,
|
601 |
+
"express agreement": 277,
|
602 |
+
"fanciful": 278,
|
603 |
+
"fraudulent conveyance,mere continuation": 279,
|
604 |
+
"garnishment": 280,
|
605 |
+
"generic": 281,
|
606 |
+
"injunction": 282,
|
607 |
+
"marriage": 283,
|
608 |
+
"mere continuation": 284,
|
609 |
+
"mere continuation,de facto merger": 285,
|
610 |
+
"mere continuation,fraudulent conveyance": 286,
|
611 |
+
"month": 287,
|
612 |
+
"nan": 288,
|
613 |
+
"other": 289,
|
614 |
+
"presentment": 290,
|
615 |
+
"procedure": 291,
|
616 |
+
"relief": 292,
|
617 |
+
"remaining": 293,
|
618 |
+
"remedy": 294,
|
619 |
+
"resTORbio, Inc.": 295,
|
620 |
+
"scienter": 296,
|
621 |
+
"search": 297,
|
622 |
+
"seek": 298,
|
623 |
+
"seniority system": 299,
|
624 |
+
"smuggle": 300,
|
625 |
+
"subject, under": 301,
|
626 |
+
"suggestive": 302,
|
627 |
+
"testimonial": 303,
|
628 |
+
"tidelands": 304,
|
629 |
+
"under": 305,
|
630 |
+
"usufructuary rights": 306
|
631 |
+
},
|
632 |
+
"layer_norm_eps": 1e-12,
|
633 |
+
"max_position_embeddings": 512,
|
634 |
+
"model_type": "bert",
|
635 |
+
"num_attention_heads": 12,
|
636 |
+
"num_hidden_layers": 12,
|
637 |
+
"pad_token_id": 0,
|
638 |
+
"position_embedding_type": "absolute",
|
639 |
+
"problem_type": "single_label_classification",
|
640 |
+
"torch_dtype": "float32",
|
641 |
+
"transformers_version": "4.37.0",
|
642 |
+
"type_vocab_size": 2,
|
643 |
+
"use_cache": true,
|
644 |
+
"vocab_size": 30522
|
645 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c84b048c5599c800bada17bae753cd5ebc49bc7c94512b98448dec5cc3878851
|
3 |
+
size 438896828
|
runs/Feb20_21-20-28_65e4bd685465/events.out.tfevents.1708464029.65e4bd685465.34.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:078e0390ef8c4eb2cef489ac9645c94c88e5e74ffdd53a420557eb6fa0ddaa0f
|
3 |
+
size 31074
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_lower_case": true,
|
47 |
+
"mask_token": "[MASK]",
|
48 |
+
"model_max_length": 512,
|
49 |
+
"pad_token": "[PAD]",
|
50 |
+
"sep_token": "[SEP]",
|
51 |
+
"strip_accents": null,
|
52 |
+
"tokenize_chinese_chars": true,
|
53 |
+
"tokenizer_class": "BertTokenizer",
|
54 |
+
"unk_token": "[UNK]"
|
55 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8125f5f6e9972a46f91b06b81e8330d1a1f48ad00931036c77d9e983a7b8a8c4
|
3 |
+
size 4728
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|