pierreguillou
commited on
Commit
•
2d3ec84
1
Parent(s):
4ef0706
Update README.md
Browse files
README.md
CHANGED
@@ -67,6 +67,10 @@ It achieves the following results on the evaluation set:
|
|
67 |
- Notebook: [Document AI | Fine-tune LiLT on DocLayNet base in any language at line level (chunk of 384 tokens with overlap)](https://github.com/piegu/language-models/blob/master/Fine_tune_LiLT_on_DocLayNet_base_in_any_language_at_linelevel_ml_384.ipynb)
|
68 |
- Notebook: [Document AI | Inference at line level with a Document Understanding model (LiLT fine-tuned on DocLayNet dataset)](https://github.com/piegu/language-models/blob/master/inference_on_LiLT_model_finetuned_on_DocLayNet_base_in_any_language_at_levellines_ml384.ipynb)
|
69 |
|
|
|
|
|
|
|
|
|
70 |
### DocLayNet dataset
|
71 |
|
72 |
[DocLayNet dataset](https://github.com/DS4SD/DocLayNet) (IBM) provides page-by-page layout segmentation ground-truth using bounding-boxes for 11 distinct class labels on 80863 unique pages from 6 document categories.
|
|
|
67 |
- Notebook: [Document AI | Fine-tune LiLT on DocLayNet base in any language at line level (chunk of 384 tokens with overlap)](https://github.com/piegu/language-models/blob/master/Fine_tune_LiLT_on_DocLayNet_base_in_any_language_at_linelevel_ml_384.ipynb)
|
68 |
- Notebook: [Document AI | Inference at line level with a Document Understanding model (LiLT fine-tuned on DocLayNet dataset)](https://github.com/piegu/language-models/blob/master/inference_on_LiLT_model_finetuned_on_DocLayNet_base_in_any_language_at_levellines_ml384.ipynb)
|
69 |
|
70 |
+
### APP
|
71 |
+
|
72 |
+
You can test this model with this APP in Hugging Face Spaces: https://huggingface.co/spaces/pierreguillou/Inference-APP-Document-Understanding-at-linelevel-v1
|
73 |
+
|
74 |
### DocLayNet dataset
|
75 |
|
76 |
[DocLayNet dataset](https://github.com/DS4SD/DocLayNet) (IBM) provides page-by-page layout segmentation ground-truth using bounding-boxes for 11 distinct class labels on 80863 unique pages from 6 document categories.
|