pierreguillou
commited on
Commit
·
474e16b
1
Parent(s):
9a85aaa
Update README.md
Browse files
README.md
CHANGED
@@ -228,5 +228,9 @@ The following hyperparameters were used during training:
|
|
228 |
- Tokenizers 0.13.2
|
229 |
|
230 |
## Other models
|
231 |
-
-
|
232 |
-
- [Document Understanding model (finetuned
|
|
|
|
|
|
|
|
|
|
228 |
- Tokenizers 0.13.2
|
229 |
|
230 |
## Other models
|
231 |
+
- Line level
|
232 |
+
- [Document Understanding model (finetuned LiLT base at line level on DocLayNet base)](https://huggingface.co/pierreguillou/lilt-base-finetuned-with-DocLayNet-base-at-linelevel-ml384) (line accuracy: xxxx)
|
233 |
+
- [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) (line accuracy: xxx)
|
234 |
+
- Paragraph level
|
235 |
+
- [Document Understanding model (finetuned LiLT base at paragraph level on DocLayNet base)](https://huggingface.co/pierreguillou/lilt-base-finetuned-with-DocLayNet-base-at-paragraphlevel-ml512) (paragraph accuracy: xxxx)
|
236 |
+
- [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) (paragraph accuracy: 86.55%)
|