Laxmi530
Laxmi530
@fraps12 Thanks for the replay. Just wanted to how the model is predicting post that will see. Will go for fine tuning or will go for training. As of now...
@wolfshow Thank you so much for replay. I need some implementation example or the procedure how to do. I gone through the Huggingface site and gone through @NielsRogge tutorial, I...
@wolfshow can you please share some example which I can follow that or need the guidance how to use LayoutXLM.
@nurielw05 Hai, I tried these code but getting some error. Also I saw your code you did quite well but that is not what exactly the key value pair extraction....
Able to extract key-value pair, hence closing the issue.
I used LayoutLMV2 for the key value pair extraction. From the form recognition set the question as key and the answer as value. Need to apply some technique.
I used this ``` feature_extractor = LayoutLMv2FeatureExtractor.from_pretrained("microsoft/layoutlmv2-base-uncased") tokenizer = LayoutLMv2TokenizerFast.from_pretrained("microsoft/layoutlmv2-base-uncased") model = LayoutLMv2ForTokenClassification.from_pretrained("nielsr/layoutlmv2-finetuned-funsd") ``` the key value pair extraction is based on token basics only. You need to finetune the...
Sure, I will help you but i did not get any details on your github profile. So, can you please share any details like Linkdin or anything of your so...
Thank you so much @hjerbii for sharing your Linkdin profile. whatever you have doubt will discusses over there. Thank you.
@vilabho Thanks for the response. Let me explain the whole concept. Suppose you have a PDF file and you know only one heading name and you want the text under...