End of training
Browse files- README.md +2 -22
- model.safetensors +1 -1
- runs/Feb28_09-23-17_67d92338ae65/events.out.tfevents.1709112198.67d92338ae65.288.0 +3 -0
- runs/Feb28_09-24-21_67d92338ae65/events.out.tfevents.1709112262.67d92338ae65.288.1 +3 -0
- runs/Feb28_09-25-36_67d92338ae65/events.out.tfevents.1709112336.67d92338ae65.288.2 +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.6095
|
24 |
-
- Precision: 0.8462
|
25 |
-
- Recall: 0.6875
|
26 |
-
- F1: 0.7586
|
27 |
-
- Accuracy: 0.8551
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -49,22 +38,13 @@ 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 | Accuracy |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
58 |
-
| No log |
|
59 |
-
| No log | 100.0 | 200 | 0.5398 | 0.7910 | 0.6625 | 0.7211 | 0.8551 |
|
60 |
-
| No log | 150.0 | 300 | 0.4558 | 0.8986 | 0.775 | 0.8322 | 0.9130 |
|
61 |
-
| No log | 200.0 | 400 | 0.5069 | 0.8824 | 0.75 | 0.8108 | 0.8986 |
|
62 |
-
| 0.2856 | 250.0 | 500 | 0.5315 | 0.8824 | 0.75 | 0.8108 | 0.8913 |
|
63 |
-
| 0.2856 | 300.0 | 600 | 0.5798 | 0.8507 | 0.7125 | 0.7755 | 0.8696 |
|
64 |
-
| 0.2856 | 350.0 | 700 | 0.6103 | 0.8594 | 0.6875 | 0.7639 | 0.8551 |
|
65 |
-
| 0.2856 | 400.0 | 800 | 0.6067 | 0.8358 | 0.7 | 0.7619 | 0.8623 |
|
66 |
-
| 0.2856 | 450.0 | 900 | 0.5996 | 0.8358 | 0.7 | 0.7619 | 0.8623 |
|
67 |
-
| 0.0136 | 500.0 | 1000 | 0.6095 | 0.8462 | 0.6875 | 0.7586 | 0.8551 |
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
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: 20
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
46 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
47 |
+
| No log | 10.0 | 20 | 0.4199 | 0.7901 | 0.8421 | 0.8153 | 0.8790 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 503748892
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:973a9da16616f435372ee58504907cc8dff03a934d67a17055d8b6e5ac7dd3b6
|
3 |
size 503748892
|
runs/Feb28_09-23-17_67d92338ae65/events.out.tfevents.1709112198.67d92338ae65.288.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bb17a0686b4b1aee04ffea5f9b9f7a87c91c0706390d33408be35753e4277a3
|
3 |
+
size 5658
|
runs/Feb28_09-24-21_67d92338ae65/events.out.tfevents.1709112262.67d92338ae65.288.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ba17171c2cc42f5821600e5a857498b9f5925d0c125dcb8e7d2e523f9d4ca7c
|
3 |
+
size 6120
|
runs/Feb28_09-25-36_67d92338ae65/events.out.tfevents.1709112336.67d92338ae65.288.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:958bd6fd18a6704fcd805733262b4e9c2c924b6b7ddf0c3c28906cdbec852e47
|
3 |
+
size 6466
|
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:03904ae053d8043e662faf295d9bb80a0dfb87cd23856a9bd962e7ec3929828e
|
3 |
size 4856
|