End of training
Browse files- README.md +20 -10
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -4,6 +4,9 @@ license: cc-by-nc-sa-4.0
|
|
4 |
base_model: microsoft/layoutlmv3-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: layoutlmv3_document_classification
|
9 |
results: []
|
@@ -16,14 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
-
|
20 |
-
-
|
21 |
-
-
|
22 |
-
- eval_runtime: 88.0775
|
23 |
-
- eval_samples_per_second: 24.887
|
24 |
-
- eval_steps_per_second: 1.045
|
25 |
-
- epoch: 4.5
|
26 |
-
- step: 1647
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -42,16 +40,28 @@ More information needed
|
|
42 |
### Training hyperparameters
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
-
- learning_rate:
|
46 |
- train_batch_size: 24
|
47 |
- eval_batch_size: 24
|
48 |
- seed: 42
|
49 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
50 |
- lr_scheduler_type: linear
|
51 |
- lr_scheduler_warmup_ratio: 0.06
|
52 |
-
- num_epochs:
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
### Framework versions
|
56 |
|
57 |
- Transformers 4.50.0
|
|
|
4 |
base_model: microsoft/layoutlmv3-base
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
- f1
|
10 |
model-index:
|
11 |
- name: layoutlmv3_document_classification
|
12 |
results: []
|
|
|
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.6107
|
23 |
+
- Accuracy: 0.8859
|
24 |
+
- F1: 0.8805
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
40 |
### Training hyperparameters
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
+
- learning_rate: 1e-05
|
44 |
- train_batch_size: 24
|
45 |
- eval_batch_size: 24
|
46 |
- seed: 42
|
47 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
- lr_scheduler_warmup_ratio: 0.06
|
50 |
+
- num_epochs: 3
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
57 |
+
| 0.2618 | 0.5 | 183 | 0.6160 | 0.8727 | 0.8669 |
|
58 |
+
| 0.2567 | 1.0 | 366 | 0.6154 | 0.8768 | 0.8695 |
|
59 |
+
| 0.2371 | 1.5 | 549 | 0.6250 | 0.875 | 0.8694 |
|
60 |
+
| 0.1975 | 2.0 | 732 | 0.6183 | 0.8823 | 0.8772 |
|
61 |
+
| 0.1882 | 2.5 | 915 | 0.6142 | 0.8837 | 0.8783 |
|
62 |
+
| 0.1846 | 3.0 | 1098 | 0.6107 | 0.8859 | 0.8805 |
|
63 |
+
|
64 |
+
|
65 |
### Framework versions
|
66 |
|
67 |
- Transformers 4.50.0
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 503988820
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5759d4c5e859ef69a3fb3714f458435b44c06376ca6eaf4c8b6ac9f9e0b527f
|
3 |
size 503988820
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0715d4355a5fe28237f698fd96d660730d4d46962b4c787c602a0047c716d5ff
|
3 |
size 5304
|