orlcast commited on
Commit
7dcd964
1 Parent(s): 835b914

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: cc-by-nc-sa-4.0
3
  tags:
4
  - generated_from_trainer
 
 
5
  metrics:
6
  - precision
7
  - recall
@@ -16,12 +18,12 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # layoutxlm-finetuned-xfund-it-re
18
 
19
- This model is a fine-tuned version of [microsoft/layoutxlm-base](https://huggingface.co/microsoft/layoutxlm-base) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Precision: 0.4680
22
- - Recall: 0.6662
23
- - F1: 0.5497
24
- - Loss: 0.0325
25
 
26
  ## Model description
27
 
@@ -57,4 +59,5 @@ The following hyperparameters were used during training:
57
 
58
  - Transformers 4.23.0.dev0
59
  - Pytorch 1.10.0+cu111
 
60
  - Tokenizers 0.12.1
 
2
  license: cc-by-nc-sa-4.0
3
  tags:
4
  - generated_from_trainer
5
+ datasets:
6
+ - xfun
7
  metrics:
8
  - precision
9
  - recall
 
18
 
19
  # layoutxlm-finetuned-xfund-it-re
20
 
21
+ This model is a fine-tuned version of [orlcast/layoutxlm-finetuned-xfund-it-re](https://huggingface.co/orlcast/layoutxlm-finetuned-xfund-it-re) on the xfun dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Precision: 0.5092
24
+ - Recall: 0.7450
25
+ - F1: 0.6050
26
+ - Loss: 0.0020
27
 
28
  ## Model description
29
 
 
59
 
60
  - Transformers 4.23.0.dev0
61
  - Pytorch 1.10.0+cu111
62
+ - Datasets 2.6.1
63
  - Tokenizers 0.12.1