Commit
·
9a85aaa
1
Parent(s):
bc12932
Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ model-index:
|
|
51 |
value: 0.8655
|
52 |
---
|
53 |
|
54 |
-
# Document Understanding model (finetuned
|
55 |
|
56 |
This model is a fine-tuned version of [microsoft/layoutxlm-base](https://huggingface.co/microsoft/layoutxlm-base) with the [DocLayNet base](https://huggingface.co/datasets/pierreguillou/DocLayNet-base) dataset.
|
57 |
It achieves the following results on the evaluation set:
|
@@ -220,10 +220,13 @@ The following hyperparameters were used during training:
|
|
220 |
| 0.0246 | 3.84 | 7200 | 0.9688 | 0.7695 | 0.1333 | 0.7986 | 0.7424 |
|
221 |
| 0.0246 | 3.94 | 7400 | 0.1796 | 0.8062 | 0.7441 | 0.7739 | 0.9693 |
|
222 |
|
223 |
-
|
224 |
### Framework versions
|
225 |
|
226 |
- Transformers 4.27.3
|
227 |
- Pytorch 1.10.0+cu111
|
228 |
- Datasets 2.10.1
|
229 |
-
- Tokenizers 0.13.2
|
|
|
|
|
|
|
|
|
|
51 |
value: 0.8655
|
52 |
---
|
53 |
|
54 |
+
# Document Understanding model (finetuned LayoutXLM base at paragraph level on DocLayNet base)
|
55 |
|
56 |
This model is a fine-tuned version of [microsoft/layoutxlm-base](https://huggingface.co/microsoft/layoutxlm-base) with the [DocLayNet base](https://huggingface.co/datasets/pierreguillou/DocLayNet-base) dataset.
|
57 |
It achieves the following results on the evaluation set:
|
|
|
220 |
| 0.0246 | 3.84 | 7200 | 0.9688 | 0.7695 | 0.1333 | 0.7986 | 0.7424 |
|
221 |
| 0.0246 | 3.94 | 7400 | 0.1796 | 0.8062 | 0.7441 | 0.7739 | 0.9693 |
|
222 |
|
|
|
223 |
### Framework versions
|
224 |
|
225 |
- Transformers 4.27.3
|
226 |
- Pytorch 1.10.0+cu111
|
227 |
- Datasets 2.10.1
|
228 |
+
- Tokenizers 0.13.2
|
229 |
+
|
230 |
+
## Other models
|
231 |
+
- [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)
|
232 |
+
- [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%)
|