BadreddineHug commited on
Commit
409f1c8
1 Parent(s): 06211de

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_5_entities_4
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_5_entities_4
19
+
20
+ This model is a fine-tuned version of [microsoft/layoutlmv3-large](https://huggingface.co/microsoft/layoutlmv3-large) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.2514
23
+ - Precision: 0.8762
24
+ - Recall: 0.8519
25
+ - F1: 0.8638
26
+ - Accuracy: 0.9739
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: 3e-06
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.56 | 100 | 0.2241 | 0.8571 | 0.8333 | 0.8451 | 0.9691 |
58
+ | No log | 5.13 | 200 | 0.2210 | 0.8952 | 0.8704 | 0.8826 | 0.9758 |
59
+ | No log | 7.69 | 300 | 0.2300 | 0.9029 | 0.8611 | 0.8815 | 0.9758 |
60
+ | No log | 10.26 | 400 | 0.2630 | 0.8922 | 0.8426 | 0.8667 | 0.9720 |
61
+ | 0.0021 | 12.82 | 500 | 0.2692 | 0.8980 | 0.8148 | 0.8544 | 0.9710 |
62
+ | 0.0021 | 15.38 | 600 | 0.2414 | 0.9 | 0.8333 | 0.8654 | 0.9729 |
63
+ | 0.0021 | 17.95 | 700 | 0.2617 | 0.875 | 0.8426 | 0.8585 | 0.9729 |
64
+ | 0.0021 | 20.51 | 800 | 0.2558 | 0.8713 | 0.8148 | 0.8421 | 0.9720 |
65
+ | 0.0021 | 23.08 | 900 | 0.2581 | 0.8725 | 0.8241 | 0.8476 | 0.9729 |
66
+ | 0.0006 | 25.64 | 1000 | 0.2574 | 0.8679 | 0.8519 | 0.8598 | 0.9739 |
67
+ | 0.0006 | 28.21 | 1100 | 0.2806 | 0.88 | 0.8148 | 0.8462 | 0.9710 |
68
+ | 0.0006 | 30.77 | 1200 | 0.3032 | 0.8958 | 0.7963 | 0.8431 | 0.9691 |
69
+ | 0.0006 | 33.33 | 1300 | 0.2627 | 0.8889 | 0.8148 | 0.8502 | 0.9729 |
70
+ | 0.0006 | 35.9 | 1400 | 0.2661 | 0.8980 | 0.8148 | 0.8544 | 0.9720 |
71
+ | 0.0006 | 38.46 | 1500 | 0.2650 | 0.9 | 0.8333 | 0.8654 | 0.9739 |
72
+ | 0.0006 | 41.03 | 1600 | 0.2543 | 0.8835 | 0.8426 | 0.8626 | 0.9729 |
73
+ | 0.0006 | 43.59 | 1700 | 0.2593 | 0.8911 | 0.8333 | 0.8612 | 0.9739 |
74
+ | 0.0006 | 46.15 | 1800 | 0.2494 | 0.8857 | 0.8611 | 0.8732 | 0.9749 |
75
+ | 0.0006 | 48.72 | 1900 | 0.2494 | 0.8857 | 0.8611 | 0.8732 | 0.9749 |
76
+ | 0.0002 | 51.28 | 2000 | 0.2514 | 0.8762 | 0.8519 | 0.8638 | 0.9739 |
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:c59cff8370744ae6f71ec2aa77bc07cb8ec2240b3166e3510cf53e4147654bca
3
  size 1424195753
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39947a0cd35d07eca0b6e4c35655cb0d0757e560612fbb1c9da2dd246816038e
3
  size 1424195753
runs/Sep05_17-28-20_5ff50e297a4b/events.out.tfevents.1693934915.5ff50e297a4b.1342.3 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d39536919aedc2ed1f434517ee79a5a5c11dc1a15b000b0e6f756b11676e3ffc
3
- size 14787
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a31de72793805b9039d83305656d507c39aa65c8c1a5298e8cd43ca074b1ebf
3
+ size 15141