jordyvl commited on
Commit
6b0b03d
1 Parent(s): f3c9977

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-07-23_g025
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-07-23_g025
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.2244
20
+ - Accuracy: 0.9394
21
+ - Exit 0 Accuracy: 0.2721
22
+ - Exit 1 Accuracy: 0.4875
23
+ - Exit 2 Accuracy: 0.8051
24
+ - Exit 3 Accuracy: 0.8840
25
+ - Exit 4 Accuracy: 0.9339
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: 6
46
+ - eval_batch_size: 2
47
+ - seed: 42
48
+ - gradient_accumulation_steps: 24
49
+ - total_train_batch_size: 144
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: linear
52
+ - num_epochs: 5
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.5909 | 1.0 | 2222 | 0.2945 | 0.9158 | 0.2021 | 0.3569 | 0.7091 | 0.8143 | 0.9092 |
59
+ | 0.4951 | 2.0 | 4444 | 0.2469 | 0.9292 | 0.2262 | 0.4336 | 0.7677 | 0.8614 | 0.9258 |
60
+ | 0.4279 | 3.0 | 6666 | 0.2281 | 0.9336 | 0.2530 | 0.4682 | 0.7898 | 0.8768 | 0.9302 |
61
+ | 0.39 | 4.0 | 8888 | 0.2241 | 0.9385 | 0.2600 | 0.483 | 0.8008 | 0.8827 | 0.9328 |
62
+ | 0.3602 | 5.0 | 11110 | 0.2244 | 0.9394 | 0.2721 | 0.4875 | 0.8051 | 0.8840 | 0.9339 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.26.1
68
+ - Pytorch 1.13.1.post200
69
+ - Datasets 2.9.0
70
+ - Tokenizers 0.13.2