jordyvl commited on
Commit
4e4ed26
·
1 Parent(s): 7f65032

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: EElayoutlmv3_jordyvl_rvl_cdip_easyocr_2023-05-22_loss_subgraphs
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # EElayoutlmv3_jordyvl_rvl_cdip_easyocr_2023-05-22_loss_subgraphs
16
+
17
+ This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.2391
20
+ - Accuracy: 0.9343
21
+ - Exit 0 Accuracy: 0.3283
22
+ - Exit 1 Accuracy: 0.4678
23
+ - Exit 2 Accuracy: 0.8356
24
+ - Exit 3 Accuracy: 0.9082
25
+ - Exit 4 Accuracy: 0.9331
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 2e-05
45
+ - train_batch_size: 8
46
+ - eval_batch_size: 4
47
+ - seed: 42
48
+ - gradient_accumulation_steps: 32
49
+ - total_train_batch_size: 256
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 6
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Exit 0 Accuracy | Exit 1 Accuracy | Exit 2 Accuracy | Exit 3 Accuracy | Exit 4 Accuracy |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------------:|:---------------:|:---------------:|:---------------:|:---------------:|
58
+ | 0.4036 | 1.0 | 1250 | 0.3090 | 0.9140 | 0.2036 | 0.3108 | 0.7504 | 0.8722 | 0.9108 |
59
+ | 0.2783 | 2.0 | 2500 | 0.2730 | 0.9221 | 0.2715 | 0.3928 | 0.7959 | 0.8902 | 0.9227 |
60
+ | 0.2376 | 3.0 | 3750 | 0.2487 | 0.9284 | 0.2865 | 0.4313 | 0.8182 | 0.9000 | 0.9280 |
61
+ | 0.1984 | 4.0 | 5000 | 0.2446 | 0.9314 | 0.3150 | 0.4529 | 0.8282 | 0.9033 | 0.9301 |
62
+ | 0.1729 | 5.0 | 6250 | 0.2424 | 0.9327 | 0.3240 | 0.4636 | 0.8331 | 0.9076 | 0.9323 |
63
+ | 0.1524 | 6.0 | 7500 | 0.2391 | 0.9343 | 0.3283 | 0.4678 | 0.8356 | 0.9082 | 0.9331 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.26.1
69
+ - Pytorch 1.13.1.post200
70
+ - Datasets 2.9.0
71
+ - Tokenizers 0.13.2