ayoub999 commited on
Commit
bd5eb64
1 Parent(s): 8d79603

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_filtred_12
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_filtred_12
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.1405
23
+ - Precision: 0.9474
24
+ - Recall: 0.9474
25
+ - F1: 0.9474
26
+ - Accuracy: 0.9856
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 | 50.0 | 100 | 0.1150 | 0.9 | 0.9474 | 0.9231 | 0.9784 |
58
+ | No log | 100.0 | 200 | 0.1241 | 0.9474 | 0.9474 | 0.9474 | 0.9856 |
59
+ | No log | 150.0 | 300 | 0.1328 | 0.9474 | 0.9474 | 0.9474 | 0.9856 |
60
+ | No log | 200.0 | 400 | 0.1954 | 0.9 | 0.9474 | 0.9231 | 0.9784 |
61
+ | 0.0457 | 250.0 | 500 | 0.1845 | 0.8571 | 0.9474 | 0.9 | 0.9712 |
62
+ | 0.0457 | 300.0 | 600 | 0.0843 | 1.0 | 0.9474 | 0.9730 | 0.9928 |
63
+ | 0.0457 | 350.0 | 700 | 0.0896 | 1.0 | 0.9474 | 0.9730 | 0.9928 |
64
+ | 0.0457 | 400.0 | 800 | 0.0947 | 0.9474 | 0.9474 | 0.9474 | 0.9856 |
65
+ | 0.0457 | 450.0 | 900 | 0.1026 | 0.9474 | 0.9474 | 0.9474 | 0.9856 |
66
+ | 0.0005 | 500.0 | 1000 | 0.1118 | 0.9474 | 0.9474 | 0.9474 | 0.9856 |
67
+ | 0.0005 | 550.0 | 1100 | 0.1196 | 0.9474 | 0.9474 | 0.9474 | 0.9856 |
68
+ | 0.0005 | 600.0 | 1200 | 0.1257 | 0.9474 | 0.9474 | 0.9474 | 0.9856 |
69
+ | 0.0005 | 650.0 | 1300 | 0.1297 | 0.9474 | 0.9474 | 0.9474 | 0.9856 |
70
+ | 0.0005 | 700.0 | 1400 | 0.1334 | 0.9474 | 0.9474 | 0.9474 | 0.9856 |
71
+ | 0.0002 | 750.0 | 1500 | 0.1360 | 0.9474 | 0.9474 | 0.9474 | 0.9856 |
72
+ | 0.0002 | 800.0 | 1600 | 0.1381 | 0.9474 | 0.9474 | 0.9474 | 0.9856 |
73
+ | 0.0002 | 850.0 | 1700 | 0.1389 | 0.9474 | 0.9474 | 0.9474 | 0.9856 |
74
+ | 0.0002 | 900.0 | 1800 | 0.1396 | 0.9474 | 0.9474 | 0.9474 | 0.9856 |
75
+ | 0.0002 | 950.0 | 1900 | 0.1402 | 0.9474 | 0.9474 | 0.9474 | 0.9856 |
76
+ | 0.0002 | 1000.0 | 2000 | 0.1405 | 0.9474 | 0.9474 | 0.9474 | 0.9856 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.29.2
82
+ - Pytorch 2.1.0+cu118
83
+ - Datasets 2.14.6
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:cd3a9a7ded6c8acf14eee887cf06f23b6d9aaf0745f9cf036c7792194d444b68
3
  size 1428423918
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e9e14344f002540797ee2a991dc46a79d7c6c3f96f558e66d0b54c2ed64d9ba
3
  size 1428423918
runs/Oct30_15-35-05_b66e54a7c27c/events.out.tfevents.1698680118.b66e54a7c27c.567.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f993a5cbaee741bc511b2223821f6232c686845e0a81b9de1b25f9bb459a9985
3
- size 15022
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dbd974d030aa366a515bc55924d552e49344480645fd75dab6e086ee5df2928
3
+ size 15376