pierreguillou commited on
Commit
41a79a9
1 Parent(s): 78e7ea8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -63,14 +63,6 @@ It achieves the following results on the evaluation set:
63
 
64
  ## References
65
 
66
- ### Other model
67
-
68
- - LayoutXLM base
69
- - [Document Understanding model (at line level)](https://huggingface.co/pierreguillou/layout-xlm-base-finetuned-with-DocLayNet-base-at-linelevel-ml384)
70
- - LiLT base
71
- - [Document Understanding model (at paragraph level)](https://huggingface.co/pierreguillou/lilt-xlm-roberta-base-finetuned-with-DocLayNet-base-at-paragraphlevel-ml512)
72
- - [Document Understanding model (at line level)](https://huggingface.co/pierreguillou/lilt-xlm-roberta-base-finetuned-with-DocLayNet-base-at-linelevel-ml384)
73
-
74
  ### Blog posts
75
 
76
  - Layout XLM base
@@ -180,3 +172,11 @@ The following hyperparameters were used during training:
180
  - Pytorch 1.13.1+cu116
181
  - Datasets 2.9.0
182
  - Tokenizers 0.13.2
 
 
 
 
 
 
 
 
 
63
 
64
  ## References
65
 
 
 
 
 
 
 
 
 
66
  ### Blog posts
67
 
68
  - Layout XLM base
 
172
  - Pytorch 1.13.1+cu116
173
  - Datasets 2.9.0
174
  - Tokenizers 0.13.2
175
+
176
+ ## Other models
177
+ - Line level
178
+ - [Document Understanding model (finetuned LiLT base at line level on DocLayNet base)](https://huggingface.co/pierreguillou/lilt-xlm-roberta-base-finetuned-with-DocLayNet-base-at-linelevel-ml384) (accuracy | tokens: 85.84% - lines: 91.97%)
179
+ - [Document Understanding model (finetuned LayoutXLM base at line level on DocLayNet base)](https://huggingface.co/pierreguillou/layout-xlm-base-finetuned-with-DocLayNet-base-at-linelevel-ml384) (accuracy | tokens: 93.73% - lines: ...)
180
+ - Paragraph level
181
+ - [Document Understanding model (finetuned LiLT base at paragraph level on DocLayNet base)](https://huggingface.co/pierreguillou/lilt-xlm-roberta-base-finetuned-with-DocLayNet-base-at-paragraphlevel-ml512) (accuracy | tokens: 86.34% - paragraphs: 68.15%)
182
+ - [Document Understanding model (finetuned LayoutXLM base at paragraph level on DocLayNet base)](https://huggingface.co/pierreguillou/layout-xlm-base-finetuned-with-DocLayNet-base-at-paragraphlevel-ml512) (accuracy | tokens: 96.93% - paragraphs: 86.55%)