jordyvl commited on
Commit
5011325
1 Parent(s): d41cfbb

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-09_weighted
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-09_weighted
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.2223
20
+ - Accuracy: 0.9400
21
+ - Exit 0 Accuracy: 0.2580
22
+ - Exit 1 Accuracy: 0.5214
23
+ - Exit 2 Accuracy: 0.7781
24
+ - Exit 3 Accuracy: 0.8564
25
+ - Exit 4 Accuracy: 0.9330
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
+ | 2.4115 | 1.0 | 2222 | 0.2907 | 0.9172 | 0.209 | 0.3731 | 0.645 | 0.7651 | 0.9109 |
59
+ | 2.0272 | 2.0 | 4444 | 0.2444 | 0.9310 | 0.2243 | 0.4579 | 0.7297 | 0.8172 | 0.9234 |
60
+ | 1.8196 | 3.0 | 6666 | 0.2268 | 0.9350 | 0.2383 | 0.4979 | 0.7589 | 0.8439 | 0.9285 |
61
+ | 1.7287 | 4.0 | 8888 | 0.2216 | 0.9387 | 0.2438 | 0.5163 | 0.7728 | 0.8533 | 0.9315 |
62
+ | 1.6664 | 5.0 | 11110 | 0.2223 | 0.9400 | 0.2580 | 0.5214 | 0.7781 | 0.8564 | 0.9330 |
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