Training in progress, step 500
Browse files
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"LayoutLMForTokenClassification"
|
| 5 |
],
|
|
@@ -11,42 +11,42 @@
|
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 768,
|
| 13 |
"id2label": {
|
| 14 |
-
"0": "
|
| 15 |
-
"1": "
|
| 16 |
-
"2": "
|
| 17 |
-
"3": "
|
| 18 |
-
"4": "
|
| 19 |
-
"5": "
|
| 20 |
-
"6": "
|
| 21 |
-
"7": "
|
| 22 |
-
"8": "
|
| 23 |
-
"9": "attorneys for
|
| 24 |
-
"10": "
|
| 25 |
-
"11": "
|
| 26 |
-
"12": "attorneys for defendant",
|
| 27 |
-
"13": "
|
| 28 |
-
"14": "
|
| 29 |
-
"15": "
|
| 30 |
},
|
| 31 |
"initializer_range": 0.02,
|
| 32 |
"intermediate_size": 3072,
|
| 33 |
"label2id": {
|
| 34 |
-
"SBN":
|
| 35 |
-
"address":
|
| 36 |
-
"attorney for defendant/cross-complainant/cross-defendant":
|
| 37 |
-
"attorney_name":
|
| 38 |
-
"attorneys for co-counsel":
|
| 39 |
-
"attorneys for co-defendant":
|
| 40 |
-
"attorneys for defendant":
|
| 41 |
-
"attorneys for plaintiff":
|
| 42 |
-
"co-counsel for plaintiff":
|
| 43 |
-
"counsel for plaintiff":
|
| 44 |
-
"email":
|
| 45 |
-
"fax":
|
| 46 |
-
"lawfirm":
|
| 47 |
-
"other":
|
| 48 |
-
"parties":
|
| 49 |
-
"telephone":
|
| 50 |
},
|
| 51 |
"layer_norm_eps": 1e-05,
|
| 52 |
"max_2d_position_embeddings": 1024,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "adityaprakhar/LayoutLMv1_March_14_2024_200_epochs",
|
| 3 |
"architectures": [
|
| 4 |
"LayoutLMForTokenClassification"
|
| 5 |
],
|
|
|
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 768,
|
| 13 |
"id2label": {
|
| 14 |
+
"0": "attorneys for plaintiff",
|
| 15 |
+
"1": "attorney for defendant/cross-complainant/cross-defendant",
|
| 16 |
+
"2": "address",
|
| 17 |
+
"3": "lawfirm",
|
| 18 |
+
"4": "other",
|
| 19 |
+
"5": "attorneys for co-counsel",
|
| 20 |
+
"6": "email",
|
| 21 |
+
"7": "co-counsel for plaintiff",
|
| 22 |
+
"8": "attorney_name",
|
| 23 |
+
"9": "attorneys for defendant",
|
| 24 |
+
"10": "parties",
|
| 25 |
+
"11": "SBN",
|
| 26 |
+
"12": "attorneys for co-defendant",
|
| 27 |
+
"13": "fax",
|
| 28 |
+
"14": "telephone",
|
| 29 |
+
"15": "counsel for plaintiff"
|
| 30 |
},
|
| 31 |
"initializer_range": 0.02,
|
| 32 |
"intermediate_size": 3072,
|
| 33 |
"label2id": {
|
| 34 |
+
"SBN": 11,
|
| 35 |
+
"address": 2,
|
| 36 |
+
"attorney for defendant/cross-complainant/cross-defendant": 1,
|
| 37 |
+
"attorney_name": 8,
|
| 38 |
+
"attorneys for co-counsel": 5,
|
| 39 |
+
"attorneys for co-defendant": 12,
|
| 40 |
+
"attorneys for defendant": 9,
|
| 41 |
+
"attorneys for plaintiff": 0,
|
| 42 |
+
"co-counsel for plaintiff": 7,
|
| 43 |
+
"counsel for plaintiff": 15,
|
| 44 |
+
"email": 6,
|
| 45 |
+
"fax": 13,
|
| 46 |
+
"lawfirm": 3,
|
| 47 |
+
"other": 4,
|
| 48 |
+
"parties": 10,
|
| 49 |
+
"telephone": 14
|
| 50 |
},
|
| 51 |
"layer_norm_eps": 1e-05,
|
| 52 |
"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 511239464
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:954f08c76148bd1c9b66878566f712b14c0a571c79f7594bd6a93b2d5d9ad812
|
| 3 |
size 511239464
|
preprocessor_config.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"data_format",
|
| 12 |
"input_data_format"
|
| 13 |
],
|
| 14 |
-
"apply_ocr":
|
| 15 |
"do_resize": true,
|
| 16 |
"image_processor_type": "LayoutLMv2ImageProcessor",
|
| 17 |
"ocr_lang": null,
|
|
|
|
| 11 |
"data_format",
|
| 12 |
"input_data_format"
|
| 13 |
],
|
| 14 |
+
"apply_ocr": true,
|
| 15 |
"do_resize": true,
|
| 16 |
"image_processor_type": "LayoutLMv2ImageProcessor",
|
| 17 |
"ocr_lang": null,
|
runs/Mar14_07-20-26_8c4c2f36e7dd/events.out.tfevents.1710400827.8c4c2f36e7dd.423.0
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:1e27da240a3e725321c04aa2e73ff80d527676ac0d9391ac9e3da8e773b4d541
|
| 3 |
+
size 57063
|
runs/Mar14_08-58-57_8c4c2f36e7dd/events.out.tfevents.1710406738.8c4c2f36e7dd.423.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78fe4ff46edb91dd8f5d63564230d52730877a501cc26ff3b84763906897a33d
|
| 3 |
+
size 10552
|
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:2516eada59108efb57c0330b5626d1134ba6cc6c7b3ae65e44082ff2413b4c2f
|
| 3 |
size 4856
|