Giacomo Carfì

Results 4 issues of Giacomo Carfì

I'm trying to test this implementation and I installed the packages according to the readme. Also, I have installed gym[accept-rom-licence] correctly. I get this error ``` File "path-to-package/atariari/benchmark/wrapper.py", line 7,...

Is it possible to obtain a string in Markdown format instead of saving a .md file?

Is there a way to specify a custom system prompt when using a model like llama vision to convert images to markdown?

I am using layout-parser to detect bounding boxes related to tables in a pdf file. When the coordinates are accessed in this way: ``` model = lp.Detectron2LayoutModel('lp://PubLayNet/faster_rcnn_R_50_FPN_3x/config', extra_config=["MODEL.ROI_HEADS.SCORE_THRESH_TEST", 0.8], label_map={0:...