BadreddineHug commited on
Commit
3bb8752
·
1 Parent(s): 042cb9b

End of training

Browse files
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: LayoutLMv3_97_1
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
+ # LayoutLMv3_97_1
19
+
20
+ This model is a fine-tuned version of [microsoft/layoutlmv3-large](https://huggingface.co/microsoft/layoutlmv3-large) on an unknown dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.8446
23
+ - Precision: 0.5939
24
+ - Recall: 0.8376
25
+ - F1: 0.6950
26
+ - Accuracy: 0.8952
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: 2000
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | No log | 2.44 | 100 | 0.4463 | 0.4830 | 0.7265 | 0.5802 | 0.8599 |
58
+ | No log | 4.88 | 200 | 0.4064 | 0.5924 | 0.7949 | 0.6788 | 0.8884 |
59
+ | No log | 7.32 | 300 | 0.4774 | 0.5813 | 0.7949 | 0.6715 | 0.8907 |
60
+ | No log | 9.76 | 400 | 0.5800 | 0.6013 | 0.7863 | 0.6815 | 0.8907 |
61
+ | 0.2076 | 12.2 | 500 | 0.6426 | 0.6209 | 0.8120 | 0.7037 | 0.8952 |
62
+ | 0.2076 | 14.63 | 600 | 0.6872 | 0.5939 | 0.8376 | 0.6950 | 0.8907 |
63
+ | 0.2076 | 17.07 | 700 | 0.7801 | 0.5915 | 0.8291 | 0.6904 | 0.8918 |
64
+ | 0.2076 | 19.51 | 800 | 0.7865 | 0.5890 | 0.8205 | 0.6857 | 0.8895 |
65
+ | 0.2076 | 21.95 | 900 | 0.8533 | 0.5854 | 0.8205 | 0.6833 | 0.8895 |
66
+ | 0.0109 | 24.39 | 1000 | 0.7738 | 0.5864 | 0.8120 | 0.6810 | 0.8941 |
67
+ | 0.0109 | 26.83 | 1100 | 0.8297 | 0.5854 | 0.8205 | 0.6833 | 0.8872 |
68
+ | 0.0109 | 29.27 | 1200 | 0.7690 | 0.6062 | 0.8291 | 0.7004 | 0.8975 |
69
+ | 0.0109 | 31.71 | 1300 | 0.8629 | 0.5904 | 0.8376 | 0.6926 | 0.8895 |
70
+ | 0.0109 | 34.15 | 1400 | 0.8104 | 0.5976 | 0.8376 | 0.6975 | 0.8941 |
71
+ | 0.0027 | 36.59 | 1500 | 0.7864 | 0.5926 | 0.8205 | 0.6882 | 0.8929 |
72
+ | 0.0027 | 39.02 | 1600 | 0.8002 | 0.6037 | 0.8462 | 0.7046 | 0.8986 |
73
+ | 0.0027 | 41.46 | 1700 | 0.8049 | 0.5964 | 0.8462 | 0.6996 | 0.8964 |
74
+ | 0.0027 | 43.9 | 1800 | 0.8355 | 0.5939 | 0.8376 | 0.6950 | 0.8952 |
75
+ | 0.0027 | 46.34 | 1900 | 0.8402 | 0.5939 | 0.8376 | 0.6950 | 0.8952 |
76
+ | 0.001 | 48.78 | 2000 | 0.8446 | 0.5939 | 0.8376 | 0.6950 | 0.8952 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.29.2
82
+ - Pytorch 2.0.1+cu118
83
+ - Datasets 2.14.4
84
+ - Tokenizers 0.13.3
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73f5a8d270418617e12bce9a0ca02cc11889a0b457dca1b9c349eb7c8d8e6d95
3
  size 1428419377
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61005fc51b4c2c599022a018df79b3c634e17d996e98ad7ada817723605afbff
3
  size 1428419377
runs/Sep02_13-32-19_337482d714e4/events.out.tfevents.1693661995.337482d714e4.1635.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8091248eea8c6ad4af59c73f3591d82c4aab789990f4c07e520779687ece3860
3
- size 14892
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a6b7ecbeae8547014a9f9b530046e0375d95ab0f0b05d2c530fc65f0368a765
3
+ size 15246