End of training
Browse files- README.md +10 -1
- pytorch_model.bin +1 -1
README.md
CHANGED
@@ -12,6 +12,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
# 20231102-20_epochs_layoutlmv2-base-uncased_finetuned_docvqa
|
13 |
|
14 |
This model was trained from scratch on the None dataset.
|
|
|
|
|
15 |
|
16 |
## Model description
|
17 |
|
@@ -38,10 +40,17 @@ The following hyperparameters were used during training:
|
|
38 |
- total_train_batch_size: 32
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
-
- num_epochs:
|
42 |
|
43 |
### Training results
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
|
47 |
### Framework versions
|
|
|
12 |
# 20231102-20_epochs_layoutlmv2-base-uncased_finetuned_docvqa
|
13 |
|
14 |
This model was trained from scratch on the None dataset.
|
15 |
+
It achieves the following results on the evaluation set:
|
16 |
+
- Loss: 2.9087
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
40 |
- total_train_batch_size: 32
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 20
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| 4.3689 | 3.51 | 100 | 3.7775 |
|
50 |
+
| 3.2761 | 7.02 | 200 | 3.3707 |
|
51 |
+
| 2.6415 | 10.53 | 300 | 3.0807 |
|
52 |
+
| 2.2233 | 14.04 | 400 | 3.0120 |
|
53 |
+
| 1.9586 | 17.54 | 500 | 2.9087 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 802214001
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03000fb8bd5f821b963c12e75fd46e3c897ebc8a472c1446f3d477ea5e960159
|
3 |
size 802214001
|