Bigheadjoshy commited on
Commit
79b0159
·
verified ·
1 Parent(s): fb6ebe6

End of training

Browse files
Files changed (3) hide show
  1. README.md +30 -10
  2. model.safetensors +1 -1
  3. 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
- - eval_loss: 0.8069
20
- - eval_accuracy: 0.8405
21
- - eval_f1: 0.8282
22
- - eval_runtime: 43.399
23
- - eval_samples_per_second: 21.521
24
- - eval_steps_per_second: 1.359
25
- - epoch: 4.7009
26
- - step: 1100
27
 
28
  ## Model description
29
 
@@ -42,14 +40,36 @@ More information needed
42
  ### Training hyperparameters
43
 
44
  The following hyperparameters were used during training:
45
- - learning_rate: 1e-06
46
  - train_batch_size: 16
47
  - eval_batch_size: 16
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_steps: 500
52
- - num_epochs: 10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
 
54
  ### Framework versions
55
 
 
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.8183
23
+ - Accuracy: 0.8340
24
+ - F1: 0.8221
 
 
 
 
 
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: 16
45
  - eval_batch_size: 16
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_steps: 500
50
+ - num_epochs: 7
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
56
+ | 0.6545 | 0.4274 | 100 | 0.9149 | 0.8233 | 0.8041 |
57
+ | 0.6313 | 0.8547 | 200 | 0.9024 | 0.8276 | 0.8085 |
58
+ | 0.5714 | 1.2821 | 300 | 0.9112 | 0.8223 | 0.8067 |
59
+ | 0.5408 | 1.7094 | 400 | 0.8816 | 0.8298 | 0.8093 |
60
+ | 0.482 | 2.1368 | 500 | 0.9015 | 0.8244 | 0.8081 |
61
+ | 0.4546 | 2.5641 | 600 | 0.8779 | 0.8287 | 0.8180 |
62
+ | 0.4718 | 2.9915 | 700 | 0.8879 | 0.8212 | 0.8056 |
63
+ | 0.4302 | 3.4188 | 800 | 0.8562 | 0.8276 | 0.8155 |
64
+ | 0.5039 | 3.8462 | 900 | 0.8382 | 0.8330 | 0.8226 |
65
+ | 0.4644 | 4.2735 | 1000 | 0.8455 | 0.8308 | 0.8200 |
66
+ | 0.4411 | 4.7009 | 1100 | 0.8461 | 0.8308 | 0.8228 |
67
+ | 0.4007 | 5.1282 | 1200 | 0.8304 | 0.8308 | 0.8200 |
68
+ | 0.4023 | 5.5556 | 1300 | 0.8370 | 0.8330 | 0.8242 |
69
+ | 0.3756 | 5.9829 | 1400 | 0.8193 | 0.8405 | 0.8286 |
70
+ | 0.3592 | 6.4103 | 1500 | 0.8185 | 0.8394 | 0.8282 |
71
+ | 0.3429 | 6.8376 | 1600 | 0.8183 | 0.8340 | 0.8221 |
72
+
73
 
74
  ### Framework versions
75
 
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d188796c467811a8a8fce973885467f151847ab3f18fec07ba11c130b75920d0
3
  size 503973440
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19b413cd672035c2b7d6b201b4b77bbf15bcd8afc439e600a5fcbb9d9e87c71e
3
  size 503973440
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b877a9308b5450e74e3387740bde0d48454fb509989f65c36fbaaa799d153832
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84cf2b868a64f2e07969c87c926b36a66eee346affe39502dbb857a58784315e
3
  size 5304