End of training
Browse files- README.md +10 -10
- config.json +32 -8
- model.safetensors +2 -2
- runs/Mar07_10-26-02_424d5c51a111/events.out.tfevents.1709807162.424d5c51a111.3168.0 +3 -0
- runs/Mar07_10-26-10_424d5c51a111/events.out.tfevents.1709807171.424d5c51a111.3168.1 +3 -0
- runs/Mar07_10-58-54_424d5c51a111/events.out.tfevents.1709809134.424d5c51a111.3168.2 +3 -0
- runs/Mar07_11-01-47_424d5c51a111/events.out.tfevents.1709809308.424d5c51a111.3168.3 +3 -0
- runs/Mar07_11-02-34_424d5c51a111/events.out.tfevents.1709809354.424d5c51a111.3168.4 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
24 |
-
- Precision:
|
25 |
-
- Recall:
|
26 |
-
- F1:
|
27 |
-
- Accuracy:
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1
|
57 |
-
|
58 |
-
| No log | 1.54 | 20 |
|
59 |
-
| No log | 3.08 | 40 |
|
60 |
-
| No log | 4.62 | 60 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.1773
|
24 |
+
- Precision: 0.6923
|
25 |
+
- Recall: 0.7297
|
26 |
+
- F1: 0.7105
|
27 |
+
- Accuracy: 0.7383
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
57 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
+
| No log | 1.54 | 20 | 1.5463 | 0.6479 | 0.6216 | 0.6345 | 0.6729 |
|
59 |
+
| No log | 3.08 | 40 | 1.2593 | 0.6709 | 0.7162 | 0.6928 | 0.7196 |
|
60 |
+
| No log | 4.62 | 60 | 1.1773 | 0.6923 | 0.7297 | 0.7105 | 0.7383 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
config.json
CHANGED
@@ -14,19 +14,43 @@
|
|
14 |
"hidden_dropout_prob": 0.1,
|
15 |
"hidden_size": 768,
|
16 |
"id2label": {
|
17 |
-
"0": "
|
18 |
-
"1": "
|
19 |
-
"2": "
|
20 |
-
"3": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"input_size": 224,
|
24 |
"intermediate_size": 3072,
|
25 |
"label2id": {
|
26 |
-
"
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
},
|
31 |
"layer_norm_eps": 1e-05,
|
32 |
"max_2d_position_embeddings": 1024,
|
|
|
14 |
"hidden_dropout_prob": 0.1,
|
15 |
"hidden_size": 768,
|
16 |
"id2label": {
|
17 |
+
"0": "parties",
|
18 |
+
"1": "counsel for plaintiff",
|
19 |
+
"2": "attorney for defendant/cross-complainant/cross-defendant",
|
20 |
+
"3": "telephone",
|
21 |
+
"4": "attorneys for plaintiff",
|
22 |
+
"5": "email",
|
23 |
+
"6": "address",
|
24 |
+
"7": "lawfirm",
|
25 |
+
"8": "attorneys for co-counsel",
|
26 |
+
"9": "attorneys for defendant",
|
27 |
+
"10": "SBN",
|
28 |
+
"11": "attorneys for co-defendant",
|
29 |
+
"12": "fax",
|
30 |
+
"13": "attorney_name",
|
31 |
+
"14": "co-counsel for plaintiff",
|
32 |
+
"15": "other"
|
33 |
},
|
34 |
"initializer_range": 0.02,
|
35 |
"input_size": 224,
|
36 |
"intermediate_size": 3072,
|
37 |
"label2id": {
|
38 |
+
"SBN": 10,
|
39 |
+
"address": 6,
|
40 |
+
"attorney for defendant/cross-complainant/cross-defendant": 2,
|
41 |
+
"attorney_name": 13,
|
42 |
+
"attorneys for co-counsel": 8,
|
43 |
+
"attorneys for co-defendant": 11,
|
44 |
+
"attorneys for defendant": 9,
|
45 |
+
"attorneys for plaintiff": 4,
|
46 |
+
"co-counsel for plaintiff": 14,
|
47 |
+
"counsel for plaintiff": 1,
|
48 |
+
"email": 5,
|
49 |
+
"fax": 12,
|
50 |
+
"lawfirm": 7,
|
51 |
+
"other": 15,
|
52 |
+
"parties": 0,
|
53 |
+
"telephone": 3
|
54 |
},
|
55 |
"layer_norm_eps": 1e-05,
|
56 |
"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:4d4c54ce60ee077ad3d8c9c38fce633fe0ab4393622120a85e38f7f3f6fa065e
|
3 |
+
size 503745816
|
runs/Mar07_10-26-02_424d5c51a111/events.out.tfevents.1709807162.424d5c51a111.3168.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:363815ae0cfc94d6ee09e8aa28377efe62258e0937a4fc125ee58630b18672f2
|
3 |
+
size 5799
|
runs/Mar07_10-26-10_424d5c51a111/events.out.tfevents.1709807171.424d5c51a111.3168.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74df7cad4a8dff7aeb16e8ee9029cce35e193544376dac32b497910e82a811c9
|
3 |
+
size 5799
|
runs/Mar07_10-58-54_424d5c51a111/events.out.tfevents.1709809134.424d5c51a111.3168.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee411febef2d5b76dfaab98dbc22b4ebac528a027bba8c4d0fb2c38e9061c356
|
3 |
+
size 5799
|
runs/Mar07_11-01-47_424d5c51a111/events.out.tfevents.1709809308.424d5c51a111.3168.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5194fa6ea41a67306706a99541508cde43f82d51442608fa03ed79f6370d1e5
|
3 |
+
size 4184
|
runs/Mar07_11-02-34_424d5c51a111/events.out.tfevents.1709809354.424d5c51a111.3168.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3fdf58cb464fe1da87db79c2e8be8fcce3a2c76c22fb0f68a5e78cb3a1b3c69
|
3 |
+
size 7536
|
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:556a7ce1641c4f493f9196f8de00bb55d4ab8a095aaaae70203d4d6dffa761b7
|
3 |
size 4856
|