nicky007 commited on
Commit
c581619
·
1 Parent(s): 9db4a0a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -1
README.md CHANGED
@@ -1,3 +1,60 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-sa-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - cord-layoutlmv3
7
+ model-index:
8
+ - name: DocumentNick
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
+ # DocumentNick
16
+
17
+ This model is a fine-tuned version of [microsoft/layoutlmv3-base](https://huggingface.co/microsoft/layoutlmv3-base) on the cord-layoutlmv3 dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - eval_loss: 0.5167
20
+ - eval_precision: 0.8758
21
+ - eval_recall: 0.8922
22
+ - eval_f1: 0.8839
23
+ - eval_accuracy: 0.8901
24
+ - eval_runtime: 10.2752
25
+ - eval_samples_per_second: 9.732
26
+ - eval_steps_per_second: 1.946
27
+ - epoch: 11.95
28
+ - step: 526
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 1e-05
48
+ - train_batch_size: 5
49
+ - eval_batch_size: 5
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - training_steps: 2500
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.24.0
58
+ - Pytorch 1.13.0+cu116
59
+ - Datasets 2.8.0
60
+ - Tokenizers 0.13.2