End of training
Browse files- README.md +5 -25
- config.json +2 -8
- model.safetensors +2 -2
- runs/Mar04_05-46-41_a67e069a8e40/events.out.tfevents.1709531202.a67e069a8e40.184.0 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -3,11 +3,6 @@ license: cc-by-nc-sa-4.0
|
|
3 |
base_model: microsoft/layoutlmv3-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
metrics:
|
7 |
-
- precision
|
8 |
-
- recall
|
9 |
-
- f1
|
10 |
-
- accuracy
|
11 |
model-index:
|
12 |
- name: test
|
13 |
results: []
|
@@ -19,12 +14,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
# test
|
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: 0.3627
|
24 |
-
- Precision: 0.7148
|
25 |
-
- Recall: 0.7088
|
26 |
-
- F1: 0.7118
|
27 |
-
- Accuracy: 0.9032
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -49,27 +38,18 @@ The following hyperparameters were used during training:
|
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
-
- training_steps:
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1
|
57 |
-
|
58 |
-
| No log |
|
59 |
-
| No log | 2.67 | 200 | 0.3499 | 0.6746 | 0.6802 | 0.6774 | 0.8861 |
|
60 |
-
| No log | 4.0 | 300 | 0.3073 | 0.6911 | 0.6862 | 0.6886 | 0.8922 |
|
61 |
-
| No log | 5.33 | 400 | 0.3086 | 0.6899 | 0.6957 | 0.6928 | 0.9001 |
|
62 |
-
| 0.388 | 6.67 | 500 | 0.3042 | 0.6973 | 0.7064 | 0.7018 | 0.8988 |
|
63 |
-
| 0.388 | 8.0 | 600 | 0.3202 | 0.6990 | 0.6957 | 0.6974 | 0.8966 |
|
64 |
-
| 0.388 | 9.33 | 700 | 0.3441 | 0.6937 | 0.6945 | 0.6941 | 0.8948 |
|
65 |
-
| 0.388 | 10.67 | 800 | 0.3488 | 0.6925 | 0.7041 | 0.6982 | 0.8948 |
|
66 |
-
| 0.388 | 12.0 | 900 | 0.3601 | 0.7011 | 0.7053 | 0.7032 | 0.8983 |
|
67 |
-
| 0.1127 | 13.33 | 1000 | 0.3627 | 0.7148 | 0.7088 | 0.7118 | 0.9032 |
|
68 |
|
69 |
|
70 |
### Framework versions
|
71 |
|
72 |
- Transformers 4.39.0.dev0
|
73 |
- Pytorch 2.1.0+cu121
|
74 |
-
- Datasets 2.
|
75 |
- Tokenizers 0.15.2
|
|
|
3 |
base_model: microsoft/layoutlmv3-base
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: test
|
8 |
results: []
|
|
|
14 |
# test
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
38 |
- seed: 42
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
+
- training_steps: 50
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
46 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:---:|:--------:|
|
47 |
+
| No log | 3.85 | 50 | 0.0 | 1.0 | 1.0 | 1.0 | 1.0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
51 |
|
52 |
- Transformers 4.39.0.dev0
|
53 |
- Pytorch 2.1.0+cu121
|
54 |
+
- Datasets 2.18.0
|
55 |
- Tokenizers 0.15.2
|
config.json
CHANGED
@@ -14,19 +14,13 @@
|
|
14 |
"hidden_dropout_prob": 0.1,
|
15 |
"hidden_size": 768,
|
16 |
"id2label": {
|
17 |
-
"0": "
|
18 |
-
"1": "answer",
|
19 |
-
"2": "header",
|
20 |
-
"3": "other"
|
21 |
},
|
22 |
"initializer_range": 0.02,
|
23 |
"input_size": 224,
|
24 |
"intermediate_size": 3072,
|
25 |
"label2id": {
|
26 |
-
"
|
27 |
-
"header": 2,
|
28 |
-
"other": 3,
|
29 |
-
"question": 0
|
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": "attorney_section"
|
|
|
|
|
|
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"input_size": 224,
|
21 |
"intermediate_size": 3072,
|
22 |
"label2id": {
|
23 |
+
"attorney_section": 0
|
|
|
|
|
|
|
24 |
},
|
25 |
"layer_norm_eps": 1e-05,
|
26 |
"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:626b53f93a6b5b0a3d21a25e5683bce329b3b9832b1be3a0fcb8f10852d9031f
|
3 |
+
size 501337068
|
runs/Mar04_05-46-41_a67e069a8e40/events.out.tfevents.1709531202.a67e069a8e40.184.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c07646fd8ccfad338fd7d5f28db60b26cfdc29eb8ded50489f5975bc3a17e94
|
3 |
+
size 5758
|
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:a5bd640884b3b50bc88c7919fce0a8250394e3257a25291503c7931b7ff5f2d9
|
3 |
size 4856
|