pacman2223 commited on
Commit
855ebe5
1 Parent(s): 12bfcd7

End of training

Browse files
Files changed (1) hide show
  1. README.md +79 -3
README.md CHANGED
@@ -1,3 +1,79 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ base_model: microsoft/layoutlmv2-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: test-mod
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/pacman2223-kwame-nkrumah-university-of-science-and-techn/huggingface/runs/7mpn8s65)
15
+ # test-mod
16
+
17
+ This model is a fine-tuned version of [microsoft/layoutlmv2-base-uncased](https://huggingface.co/microsoft/layoutlmv2-base-uncased) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 3.7093
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - num_epochs: 10
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:------:|:----:|:---------------:|
50
+ | 4.4543 | 0.4425 | 100 | 4.1263 |
51
+ | 3.8184 | 0.8850 | 200 | 3.6020 |
52
+ | 3.1679 | 1.3274 | 300 | 3.2677 |
53
+ | 2.8445 | 1.7699 | 400 | 2.7349 |
54
+ | 2.1075 | 2.2124 | 500 | 2.7777 |
55
+ | 2.0023 | 2.6549 | 600 | 2.2916 |
56
+ | 1.6039 | 3.0973 | 700 | 2.9570 |
57
+ | 1.3588 | 3.5398 | 800 | 2.3464 |
58
+ | 1.2134 | 3.9823 | 900 | 2.5250 |
59
+ | 1.0646 | 4.4248 | 1000 | 2.4559 |
60
+ | 0.9066 | 4.8673 | 1100 | 2.8075 |
61
+ | 0.7531 | 5.3097 | 1200 | 2.6887 |
62
+ | 0.5598 | 5.7522 | 1300 | 3.2975 |
63
+ | 0.4299 | 6.1947 | 1400 | 3.3297 |
64
+ | 0.3816 | 6.6372 | 1500 | 3.4080 |
65
+ | 0.5005 | 7.0796 | 1600 | 2.9232 |
66
+ | 0.3535 | 7.5221 | 1700 | 3.5700 |
67
+ | 0.2528 | 7.9646 | 1800 | 3.4312 |
68
+ | 0.1815 | 8.4071 | 1900 | 3.6603 |
69
+ | 0.3175 | 8.8496 | 2000 | 3.7269 |
70
+ | 0.1152 | 9.2920 | 2100 | 3.7923 |
71
+ | 0.2856 | 9.7345 | 2200 | 3.7093 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.42.3
77
+ - Pytorch 2.1.2
78
+ - Datasets 2.20.0
79
+ - Tokenizers 0.19.1