TheMrguiller

Results 9 comments of TheMrguiller

I am having the same error but in may case is when searching for an specific paper: "SINAI at SemEval-2021 Task 5: Combining Embeddings in a BiLSTM-CRF model for Toxic...

By modifiying the class as follows I was able to fix it for all cases: ``` def get_useragent(): return random.choice(_useragent_list) _useragent_list = [ 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0)...

Thank you for your invaluable insights. I've been experimenting with Table Transformer v2 based on your guidelines in the documentation, but I haven't noticed a significant improvement in my specific...

Hi, Thank you for the feedback @JaMe76 . After a bit of research and also making a lot of trials wit Tatr v2, a found this example [https://github.com/NielsRogge/Transformers-Tutorials/blob/master/Table%20Transformer/Inference_with_Table_Transformer_(TATR)_for_parsing_tables.ipynb](url) which works...

HI @prasmussen15 , Thank you so much for your recommendation. I was able to put it to the test, but with no good results. After sending the first completion, the...

Hi, thank you so much. I had a similar code, I think we got it from the same source. I will try to do something similar for OCR-based documents as...

Hi @katarinasupe , Thank you so much for your response. In the case of wanting to add operators like STARTS WITH and ENDS WITH, could we do in the same...

Yes, we are conducting a proof of concept for using Memgraph with Langchain, and we have encountered documents with errors in them. For instance, some names of people are not...

Hi, I am having similar issues in my case when i do detect with the model is not working it outputs: ``` 22 ; 22 ; 22 ; 22 ;...