update model card README.md
Browse files
README.md
CHANGED
@@ -8,22 +8,22 @@ metrics:
|
|
8 |
- f1
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
-
- name: layoutlmv3-finetuned-
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
-
# layoutlmv3-finetuned-
|
19 |
|
20 |
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Precision: 0.
|
24 |
-
- Recall: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Accuracy: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -43,8 +43,8 @@ More information needed
|
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
- learning_rate: 1e-05
|
46 |
-
- train_batch_size:
|
47 |
-
- eval_batch_size:
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
@@ -54,16 +54,16 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
-
| No log |
|
58 |
-
| No log |
|
59 |
-
| No log |
|
60 |
-
| No log |
|
61 |
-
| No log |
|
62 |
-
| No log |
|
63 |
-
| No log |
|
64 |
-
| No log |
|
65 |
-
| No log |
|
66 |
-
| 0.
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
8 |
- f1
|
9 |
- accuracy
|
10 |
model-index:
|
11 |
+
- name: layoutlmv3-finetuned-funsd
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
+
# layoutlmv3-finetuned-funsd
|
19 |
|
20 |
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.6416
|
23 |
+
- Precision: 0.8820
|
24 |
+
- Recall: 0.908
|
25 |
+
- F1: 0.8948
|
26 |
+
- Accuracy: 0.8486
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
- learning_rate: 1e-05
|
46 |
+
- train_batch_size: 10
|
47 |
+
- eval_batch_size: 10
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| No log | 3.33 | 50 | 0.7810 | 0.7547 | 0.8155 | 0.7839 | 0.7633 |
|
58 |
+
| No log | 6.67 | 100 | 0.5576 | 0.8015 | 0.8805 | 0.8392 | 0.8060 |
|
59 |
+
| No log | 10.0 | 150 | 0.5810 | 0.8452 | 0.887 | 0.8656 | 0.8223 |
|
60 |
+
| No log | 13.33 | 200 | 0.5634 | 0.8498 | 0.8965 | 0.8725 | 0.8393 |
|
61 |
+
| No log | 16.67 | 250 | 0.5419 | 0.8814 | 0.907 | 0.8940 | 0.8529 |
|
62 |
+
| No log | 20.0 | 300 | 0.5817 | 0.8760 | 0.9005 | 0.8881 | 0.8465 |
|
63 |
+
| No log | 23.33 | 350 | 0.6015 | 0.8744 | 0.9085 | 0.8911 | 0.8429 |
|
64 |
+
| No log | 26.67 | 400 | 0.5982 | 0.8830 | 0.917 | 0.8997 | 0.8536 |
|
65 |
+
| No log | 30.0 | 450 | 0.6316 | 0.8832 | 0.907 | 0.8949 | 0.8493 |
|
66 |
+
| 0.2944 | 33.33 | 500 | 0.6416 | 0.8820 | 0.908 | 0.8948 | 0.8486 |
|
67 |
|
68 |
|
69 |
### Framework versions
|