Commit ·
1c91089
1
Parent(s): 6621ad9
End of training
Browse files
README.md
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
tags:
|
| 4 |
+
- generated_from_trainer
|
| 5 |
+
metrics:
|
| 6 |
+
- precision
|
| 7 |
+
- recall
|
| 8 |
+
- f1
|
| 9 |
+
- accuracy
|
| 10 |
+
model-index:
|
| 11 |
+
- name: test
|
| 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 |
+
# test
|
| 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: 1.0167
|
| 23 |
+
- Precision: 0.7541
|
| 24 |
+
- Recall: 0.6479
|
| 25 |
+
- F1: 0.6970
|
| 26 |
+
- Accuracy: 0.7975
|
| 27 |
+
|
| 28 |
+
## Model description
|
| 29 |
+
|
| 30 |
+
More information needed
|
| 31 |
+
|
| 32 |
+
## Intended uses & limitations
|
| 33 |
+
|
| 34 |
+
More information needed
|
| 35 |
+
|
| 36 |
+
## Training and evaluation data
|
| 37 |
+
|
| 38 |
+
More information needed
|
| 39 |
+
|
| 40 |
+
## Training procedure
|
| 41 |
+
|
| 42 |
+
### Training hyperparameters
|
| 43 |
+
|
| 44 |
+
The following hyperparameters were used during training:
|
| 45 |
+
- learning_rate: 1e-05
|
| 46 |
+
- train_batch_size: 2
|
| 47 |
+
- eval_batch_size: 2
|
| 48 |
+
- seed: 42
|
| 49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 50 |
+
- lr_scheduler_type: linear
|
| 51 |
+
- training_steps: 1000
|
| 52 |
+
|
| 53 |
+
### Training results
|
| 54 |
+
|
| 55 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 56 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 57 |
+
| No log | 4.55 | 100 | 1.2849 | 0.5789 | 0.4648 | 0.5156 | 0.6456 |
|
| 58 |
+
| No log | 9.09 | 200 | 1.0959 | 0.6724 | 0.5493 | 0.6047 | 0.7215 |
|
| 59 |
+
| No log | 13.64 | 300 | 1.1048 | 0.6833 | 0.5775 | 0.6260 | 0.7342 |
|
| 60 |
+
| No log | 18.18 | 400 | 1.0442 | 0.7541 | 0.6479 | 0.6970 | 0.7848 |
|
| 61 |
+
| 0.488 | 22.73 | 500 | 1.0966 | 0.7333 | 0.6197 | 0.6718 | 0.7722 |
|
| 62 |
+
| 0.488 | 27.27 | 600 | 1.0650 | 0.75 | 0.6338 | 0.6870 | 0.7848 |
|
| 63 |
+
| 0.488 | 31.82 | 700 | 0.9722 | 0.7742 | 0.6761 | 0.7218 | 0.8101 |
|
| 64 |
+
| 0.488 | 36.36 | 800 | 1.0596 | 0.7541 | 0.6479 | 0.6970 | 0.7975 |
|
| 65 |
+
| 0.488 | 40.91 | 900 | 0.9996 | 0.7541 | 0.6479 | 0.6970 | 0.7975 |
|
| 66 |
+
| 0.0298 | 45.45 | 1000 | 1.0167 | 0.7541 | 0.6479 | 0.6970 | 0.7975 |
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
### Framework versions
|
| 70 |
+
|
| 71 |
+
- Transformers 4.31.0.dev0
|
| 72 |
+
- Pytorch 1.12.0+cu102
|
| 73 |
+
- Datasets 2.13.1
|
| 74 |
+
- Tokenizers 0.13.3
|
preprocessor_config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"apply_ocr":
|
| 3 |
"do_normalize": true,
|
| 4 |
"do_rescale": true,
|
| 5 |
"do_resize": true,
|
|
|
|
| 1 |
{
|
| 2 |
+
"apply_ocr": true,
|
| 3 |
"do_normalize": true,
|
| 4 |
"do_rescale": true,
|
| 5 |
"do_resize": true,
|
runs/Jul03_21-53-23_b4afdd1eefca/events.out.tfevents.1688421212.b4afdd1eefca.2695.0
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:0526ee64e860f326afb73f3366091c76799c1c2452a9b1880842682f7ee69c26
|
| 3 |
+
size 10487
|
runs/Jul03_21-53-23_b4afdd1eefca/events.out.tfevents.1688421787.b4afdd1eefca.2695.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83c9f562a36cd8908cfd8eab9a334458c4021f349e11cc45365b4e3e632744d6
|
| 3 |
+
size 560
|