nadahlberg
commited on
Commit
•
9db4eaf
1
Parent(s):
e94e5cb
Model save
Browse files- .gitignore +1 -0
- config.json +47 -39
- pytorch_model.bin +2 -2
- runs/1686141754.272059/events.out.tfevents.1686141754.delilah.1357588.1 +3 -0
- runs/1686141754.2826588/events.out.tfevents.1686141754.delilah.1357588.3 +3 -0
- runs/events.out.tfevents.1686141754.delilah.1357588.0 +3 -0
- runs/events.out.tfevents.1686141754.delilah.1357588.2 +3 -0
- runs/events.out.tfevents.1686428590.delilah.1357588.4 +3 -0
- runs/events.out.tfevents.1686428590.delilah.1357588.5 +3 -0
- tokenizer_config.json +1 -1
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
@@ -56,25 +56,29 @@
|
|
56 |
"45": "order",
|
57 |
"46": "petition",
|
58 |
"47": "petition for habeas corpus",
|
59 |
-
"48": "plea
|
60 |
-
"49": "
|
61 |
-
"50": "
|
62 |
-
"51": "
|
63 |
-
"52": "
|
64 |
-
"53": "
|
65 |
-
"54": "
|
66 |
-
"55": "
|
67 |
-
"56": "
|
68 |
-
"57": "stipulation
|
69 |
-
"58": "stipulation
|
70 |
-
"59": "
|
71 |
-
"60": "
|
72 |
-
"61": "
|
73 |
-
"62": "
|
74 |
-
"63": "
|
75 |
-
"64": "
|
76 |
-
"65": "
|
77 |
-
"66": "
|
|
|
|
|
|
|
|
|
78 |
},
|
79 |
"initializer_range": 0.02,
|
80 |
"intermediate_size": 4096,
|
@@ -127,25 +131,29 @@
|
|
127 |
"order": 45,
|
128 |
"petition": 46,
|
129 |
"petition for habeas corpus": 47,
|
130 |
-
"plea
|
131 |
-
"
|
132 |
-
"
|
133 |
-
"
|
134 |
-
"
|
135 |
-
"
|
136 |
-
"
|
137 |
-
"
|
138 |
-
"
|
139 |
-
"stipulation
|
140 |
-
"stipulation
|
141 |
-
"
|
142 |
-
"
|
143 |
-
"
|
144 |
-
"
|
145 |
-
"
|
146 |
-
"
|
147 |
-
"
|
148 |
-
"
|
|
|
|
|
|
|
|
|
149 |
},
|
150 |
"layer_norm_eps": 1e-07,
|
151 |
"max_position_embeddings": 512,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "scales-okn/docket-language-model",
|
3 |
"architectures": [
|
4 |
"DebertaV2ForSequenceClassification"
|
5 |
],
|
|
|
56 |
"45": "order",
|
57 |
"46": "petition",
|
58 |
"47": "petition for habeas corpus",
|
59 |
+
"48": "plea",
|
60 |
+
"49": "plea agreement",
|
61 |
+
"50": "proposed",
|
62 |
+
"51": "remand resolution",
|
63 |
+
"52": "response",
|
64 |
+
"53": "rule 68 resolution",
|
65 |
+
"54": "sentence",
|
66 |
+
"55": "settlement agreement",
|
67 |
+
"56": "settlement reached",
|
68 |
+
"57": "stipulation",
|
69 |
+
"58": "stipulation for judgment",
|
70 |
+
"59": "stipulation for settlement",
|
71 |
+
"60": "stipulation of dismissal",
|
72 |
+
"61": "summons",
|
73 |
+
"62": "transfer",
|
74 |
+
"63": "transferred entry",
|
75 |
+
"64": "trial",
|
76 |
+
"65": "unopposed",
|
77 |
+
"66": "verdict",
|
78 |
+
"67": "voluntary dismissal resolution",
|
79 |
+
"68": "waiver",
|
80 |
+
"69": "waiver of indictment",
|
81 |
+
"70": "warrant"
|
82 |
},
|
83 |
"initializer_range": 0.02,
|
84 |
"intermediate_size": 4096,
|
|
|
131 |
"order": 45,
|
132 |
"petition": 46,
|
133 |
"petition for habeas corpus": 47,
|
134 |
+
"plea": 48,
|
135 |
+
"plea agreement": 49,
|
136 |
+
"proposed": 50,
|
137 |
+
"remand resolution": 51,
|
138 |
+
"response": 52,
|
139 |
+
"rule 68 resolution": 53,
|
140 |
+
"sentence": 54,
|
141 |
+
"settlement agreement": 55,
|
142 |
+
"settlement reached": 56,
|
143 |
+
"stipulation": 57,
|
144 |
+
"stipulation for judgment": 58,
|
145 |
+
"stipulation for settlement": 59,
|
146 |
+
"stipulation of dismissal": 60,
|
147 |
+
"summons": 61,
|
148 |
+
"transfer": 62,
|
149 |
+
"transferred entry": 63,
|
150 |
+
"trial": 64,
|
151 |
+
"unopposed": 65,
|
152 |
+
"verdict": 66,
|
153 |
+
"voluntary dismissal resolution": 67,
|
154 |
+
"waiver": 68,
|
155 |
+
"waiver of indictment": 69,
|
156 |
+
"warrant": 70
|
157 |
},
|
158 |
"layer_norm_eps": 1e-07,
|
159 |
"max_position_embeddings": 512,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f68b2780aae23662c4ee0668e14db1c420d76522ab0975bcc249bb81de1a471
|
3 |
+
size 1740273657
|
runs/1686141754.272059/events.out.tfevents.1686141754.delilah.1357588.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b73793193d5cbc19ca386fd95518e5ed4daec119a48d299ae1f15b0e98f983e
|
3 |
+
size 5482
|
runs/1686141754.2826588/events.out.tfevents.1686141754.delilah.1357588.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbdda5c7d3c18ff6d5e5261530ebfd88e6cf8e7da4d1cce0782eaa433778206c
|
3 |
+
size 5482
|
runs/events.out.tfevents.1686141754.delilah.1357588.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1abc6f6e7575e85941ffe475b13f6bb292a3fa473e3088150380dea3bb591e8c
|
3 |
+
size 5605141
|
runs/events.out.tfevents.1686141754.delilah.1357588.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06acdaeaeebd61d8fa7718c4a7b9551cfa3dd70d389e6a04b19abe6fea7c03ed
|
3 |
+
size 5605085
|
runs/events.out.tfevents.1686428590.delilah.1357588.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:887bf54c832a786d40d85ad5e3682a6f9a828ecade5573fabc62bb7a09e48477
|
3 |
+
size 369
|
runs/events.out.tfevents.1686428590.delilah.1357588.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e3871f5463d438df148a0b14aa1b7c6cca61623d0e3b9d0370db81a366984eb
|
3 |
+
size 369
|
tokenizer_config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"do_lower_case": false,
|
5 |
"eos_token": "[SEP]",
|
6 |
"mask_token": "[MASK]",
|
7 |
-
"name_or_path": "
|
8 |
"pad_token": "[PAD]",
|
9 |
"sep_token": "[SEP]",
|
10 |
"sp_model_kwargs": {},
|
|
|
4 |
"do_lower_case": false,
|
5 |
"eos_token": "[SEP]",
|
6 |
"mask_token": "[MASK]",
|
7 |
+
"name_or_path": "scales-okn/docket-language-model",
|
8 |
"pad_token": "[PAD]",
|
9 |
"sep_token": "[SEP]",
|
10 |
"sp_model_kwargs": {},
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0bf2bbc73ce16844d0e1b49108fa497dce74caa70473e81700a35324ba92c18b
|
3 |
+
size 3451
|