Sávio Santos
Sávio Santos
I had the same error
> Thank you for your excellent work. I followed the fine-tuning instructions you provided: `make experiments/ssp_2m_mini_bbox_base/.done_finetune` to train my custom dataset. However, I encountered difficulties when trying to load the...
From source: https://gitlab.scai.fraunhofer.de/sergei.kuznetsov/transformers-mod/-/blob/master/src/transformers/models/table_transformer/convert_table_transformer_original_pytorch_checkpoint_to_pytorch.py How to run: ```sh python pth_to_hf.py --checkpoint_path=./model.pth --pytorch_dump_folder_path=model --model_type=detection ```` Bellow the code (modified): ```py # coding=utf-8 # Copyright 2022 The HuggingFace Inc. team. # # Licensed...
@dolfim-ibm One more question. Is it possible to use only the document conversion part with an output like the one attached and skip the initial steps? If so, do any...
Thanks for information
I had the same problem today. Anyone solved?
> I identified that in my case, I needed to map some tokens in vocab_html.json and constant.py that were not initially present in the model. After adding them, the loss...