adityaprakhar
commited on
Training in progress, step 500
Browse files
config.json
CHANGED
@@ -12,42 +12,14 @@
|
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
-
"0": "
|
16 |
-
"1": "
|
17 |
-
"2": "attorney for defendant/cross-complainant/cross-defendant",
|
18 |
-
"3": "attorney_name",
|
19 |
-
"4": "attorneys for co-counsel",
|
20 |
-
"5": "attorneys for co-defendant",
|
21 |
-
"6": "attorneys for defendant",
|
22 |
-
"7": "attorneys for plaintiff",
|
23 |
-
"8": "co-counsel for plaintiff",
|
24 |
-
"9": "counsel for plaintiff",
|
25 |
-
"10": "email",
|
26 |
-
"11": "fax",
|
27 |
-
"12": "lawfirm",
|
28 |
-
"13": "other",
|
29 |
-
"14": "parties",
|
30 |
-
"15": "telephone"
|
31 |
},
|
32 |
"initializer_range": 0.02,
|
33 |
"intermediate_size": 3072,
|
34 |
"label2id": {
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"attorney for defendant/cross-complainant/cross-defendant": 2,
|
38 |
-
"attorney_name": 3,
|
39 |
-
"attorneys for co-counsel": 4,
|
40 |
-
"attorneys for co-defendant": 5,
|
41 |
-
"attorneys for defendant": 6,
|
42 |
-
"attorneys for plaintiff": 7,
|
43 |
-
"co-counsel for plaintiff": 8,
|
44 |
-
"counsel for plaintiff": 9,
|
45 |
-
"email": 10,
|
46 |
-
"fax": 11,
|
47 |
-
"lawfirm": 12,
|
48 |
-
"other": 13,
|
49 |
-
"parties": 14,
|
50 |
-
"telephone": 15
|
51 |
},
|
52 |
"layer_norm_eps": 1e-05,
|
53 |
"max_2d_position_embeddings": 1024,
|
|
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 768,
|
14 |
"id2label": {
|
15 |
+
"0": "attorney_name",
|
16 |
+
"1": "other_text"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3072,
|
20 |
"label2id": {
|
21 |
+
"attorney_name": 0,
|
22 |
+
"other_text": 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
},
|
24 |
"layer_norm_eps": 1e-05,
|
25 |
"max_2d_position_embeddings": 1024,
|
model.safetensors
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:ccd1351295b583ddf749ce9eeca3c6dd8a63963e84cc68d9a788081e7baa93e5
|
3 |
+
size 520712176
|
runs/Apr08_06-48-05_3e6b0281783a/events.out.tfevents.1712558886.3e6b0281783a.3238.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f17885c79f25e3cc6bc77686727dbb35f3d802eb9f44b3523a641e1096ad8dfc
|
3 |
+
size 10357
|
tokenizer_config.json
CHANGED
@@ -42,7 +42,7 @@
|
|
42 |
"special": true
|
43 |
}
|
44 |
},
|
45 |
-
"apply_ocr":
|
46 |
"bos_token": "<s>",
|
47 |
"clean_up_tokenization_spaces": true,
|
48 |
"cls_token": "<s>",
|
|
|
42 |
"special": true
|
43 |
}
|
44 |
},
|
45 |
+
"apply_ocr": false,
|
46 |
"bos_token": "<s>",
|
47 |
"clean_up_tokenization_spaces": true,
|
48 |
"cls_token": "<s>",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4856
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d45b369285d166794ffff8918a960a4db15254d8c979e31677633610a0703702
|
3 |
size 4856
|