update model card README.md
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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 |
|
@@ -42,28 +42,30 @@ More information needed
|
|
42 |
### Training hyperparameters
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
-
- learning_rate:
|
46 |
- train_batch_size: 4
|
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
|
51 |
-
- training_steps:
|
52 |
|
53 |
### Training results
|
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 |
-
|
|
|
|
|
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
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.7162
|
23 |
+
- Precision: 0.7822
|
24 |
+
- Recall: 0.835
|
25 |
+
- F1: 0.8077
|
26 |
+
- Accuracy: 0.7967
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
42 |
### Training hyperparameters
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
+
- learning_rate: 1e-05
|
46 |
- train_batch_size: 4
|
47 |
+
- eval_batch_size: 14
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- training_steps: 120
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
56 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
57 |
+
| No log | 0.26 | 10 | 1.7343 | 0.0730 | 0.0865 | 0.0792 | 0.3227 |
|
58 |
+
| No log | 0.53 | 20 | 1.4897 | 0.1517 | 0.1465 | 0.1490 | 0.4537 |
|
59 |
+
| No log | 0.79 | 30 | 1.2939 | 0.3717 | 0.4785 | 0.4184 | 0.5962 |
|
60 |
+
| No log | 1.05 | 40 | 1.1471 | 0.5035 | 0.5725 | 0.5358 | 0.6368 |
|
61 |
+
| No log | 1.32 | 50 | 1.0022 | 0.6310 | 0.6525 | 0.6416 | 0.7383 |
|
62 |
+
| No log | 1.58 | 60 | 0.9246 | 0.6739 | 0.713 | 0.6929 | 0.7382 |
|
63 |
+
| No log | 1.84 | 70 | 0.8455 | 0.7159 | 0.7825 | 0.7477 | 0.7544 |
|
64 |
+
| No log | 2.11 | 80 | 0.7844 | 0.7477 | 0.8105 | 0.7778 | 0.7817 |
|
65 |
+
| No log | 2.37 | 90 | 0.7947 | 0.7476 | 0.819 | 0.7817 | 0.7456 |
|
66 |
+
| No log | 2.63 | 100 | 0.7346 | 0.7824 | 0.834 | 0.8074 | 0.7959 |
|
67 |
+
| No log | 2.89 | 110 | 0.7200 | 0.7870 | 0.837 | 0.8112 | 0.7954 |
|
68 |
+
| No log | 3.16 | 120 | 0.7162 | 0.7822 | 0.835 | 0.8077 | 0.7967 |
|
69 |
|
70 |
|
71 |
### Framework versions
|