sujit420

Results 10 comments of sujit420

> @kemalcanbora My code did not even run. It gives me following error can you suggest me what happened? > raceback (most recent call last): > File "ml_src/build_models.py", line 22,...

> if you run on terminal it's normal.You have to give it the full path for example: /pc/rabin/pyproject/data/bla/data/label_values.json where i can get that file??

> apparel-styles/ml_src/data/label_values.json Thanks @kemalcanbora

Has anyone reached the scores reported by Microsoft/layoutlmv2 on docvqa? I was able to train the model on train data. But my NLS scores are quite low on val data...

> not able to create batches f you have to post your error for any help

Thanks a lot. I'll take a look. Also, I was curious to know, have you figured out a way to get logits and cell information from tapex wtq model?

> output_scores=True It doesn't have that parameter. I am using the latest transformers version. Any idea about other alternative? tokenizer_tapex = TapexTokenizer.from_pretrained("microsoft/tapex-large-finetuned-wtq") model_tapex = BartForConditionalGeneration.from_pretrained("microsoft/tapex-large-finetuned-wtq") encoding = tokenizer_tapex(table=tmp_table, query=query, return_tensors="pt")...

> > output_scores=True > > It doesn't have that parameter. I am using the latest transformers version. Any idea about other alternative? tokenizer_tapex = TapexTokenizer.from_pretrained("microsoft/tapex-large-finetuned-wtq") model_tapex = BartForConditionalGeneration.from_pretrained("microsoft/tapex-large-finetuned-wtq") encoding =...

> I'm experimenting with LayoutLMv2 and LayoutLMForRelationExtraction. > > I referred to https://colab.research.google.com/github/NielsRogge/Transformers-Tutorials/blob/master/LayoutLMv2/FUNSD/True_inference_with_LayoutLMv2ForTokenClassification_%2B_Gradio_demo.ipynb for entity detection/predictions using LayoutLMv2 > > Can someone help me how can I convert these predictions...