poloclub / unitable

UniTable: Towards a Unified Table Foundation Model
https://arxiv.org/abs/2403.04822
MIT License
383 stars 28 forks source link

Finetuning table on own data #22

Open SrinivasanVenkatramananV opened 4 months ago

SrinivasanVenkatramananV commented 4 months ago

Hi, I am trying to finetune on own data , to test the working of the existing mini_pubtabnet dataset itself, i am trying to finetune based on the Makefile command as follows !make experiments/%/.done_finetune

I am facing error as hydra.errors.MissingConfigException: In 'main': Could not find 'dataset/mini_pubtabnet' Available options in 'dataset': concat_dataset single_dataset Config search path: provider=hydra, path=pkg://hydra.conf provider=main, path=file:///content/drive/MyDrive/Table Extraction/pub_tab/unitable/configs provider=hydra-colorlog, path=pkg://hydra_plugins.hydra_colorlog.conf provider=schema, path=structured://

Any suggestion how to resolve this could be very much helpful