-
**Describe**
Model I am using (UniLM, MiniLM, LayoutLM ...): textdiffuser 2
How to use this model on text in other languages, I hope the author will guide me on how to adapt it
-
When trying to train using the command `./train_ivila.sh grotoap2 row BLK microsoft/layoutlm-base-uncased` I get the following error:
```
AssertionError: These char IDs get dropped in huggingface:…
-
Is there a script for the LayoutLM classifier to predict on unlabeled dataset as well as showing confidence in the prediction?
-
**Describe**
Model I am using (LayoutLM):
Is there any way to get key value pairs from BIOES tagged prediction on single image?
-
Is there any way or guide to convert models like LayoutLM, RoBERTa, T5, etc. and as well as my own torch models to ggml.
-
像是缺失了文件
Unrecognized model in D:\LIUGEGE\ComfyUI\models\Joy_caption_alpha\text_model. Should have a `model_type` key in its config.json, or contain one of the following strings in its name: albert, a…
-
Hello~~I am curious about whether we should append another FC layers or dropout layer after the sequence outputs of bert for the layoutLM pre-training?
ghost updated
3 years ago
-
Hi,
I have financial image documents and want to extract few entities from the image documents like Name, property address, page number etc. And want to use LayoutLMv2 model. For this reason, I need …
-
**Describe**
Model I am using (UniLM, MiniLM, LayoutLM ...):
Kindly give the procedure to train LayOutLMV3 for Semantic Entity Recognition(SER) and Relation Extraction (RE).
Kindly do the needfu…
-
Do I need retrain to infer? Or can I use pre trained model and infer on Document Image Classification?
Should I use LayoutML to use the pre-trained model and infer?
Why didn't I find a script to inf…