Pan Yinxu
Pan Yinxu
If using some other corpus, get the document frequencies into a similar format as "coco-val-df", and put them in the data/ folder as a pickle file. Then set mode to...
Can this package be used in python3 environment?
ImportError: /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1: version `OPENSSL_1.0.1_EC' not found (required by /usr/local/lib/python3.7/dist-packages/paddle_serving_client/serving_client.so) 机器上已经安装openssl 1.1.1, ubuntu 18.04
I tried to finetune StructuralLM on DocVQA dataset using the released weights, but I only get 76.85 ANLS on the test set. Can the finetuning code on DocVQA be open-sourced...
Could you please share the detailed scores of Fig. 7c in the paper? How much does the image resolution affected the ANLS score on DocVQA and CORD?
add minicpm3 4b model # start a minicpm3 4b function call server ```shell git clone https://github.com/OpenBMB/MiniCPM.git cd MiniCPM/demo/minicpm3/function_call pip install vllm==0.5.4 pip install datamodel_code_generator python openai_api_server.py --model openbmb/MiniCPM3-4B --chat-template chatml.jinja...