jordyvl commited on
Commit
ff529dc
1 Parent(s): 627d912

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_rvl-cdip_single_10_2023-04-14
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_rvl-cdip_single_10_2023-04-14
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: 16.6313
20
+ - Accuracy: {'accuracy': 0.1}
21
+ - Exit 0 Accuracy: 0.1062
22
+ - Exit 1 Accuracy: 0.0625
23
+ - Exit 2 Accuracy: 0.0813
24
+ - Exit 3 Accuracy: 0.0625
25
+ - Exit 4 Accuracy: 0.0625
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: 1
46
+ - eval_batch_size: 1
47
+ - seed: 42
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: linear
50
+ - num_epochs: 1
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Exit 0 Accuracy | Exit 1 Accuracy | Exit 2 Accuracy | Exit 3 Accuracy | Exit 4 Accuracy |
55
+ |:-------------:|:-----:|:----:|:---------------:|:-----------------:|:---------------:|:---------------:|:---------------:|:---------------:|:---------------:|
56
+ | No log | 1.0 | 160 | 16.6313 | {'accuracy': 0.1} | 0.1062 | 0.0625 | 0.0813 | 0.0625 | 0.0625 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.28.0.dev0
62
+ - Pytorch 1.12.1+cu113
63
+ - Datasets 2.9.0
64
+ - Tokenizers 0.12.1