choidami / inductive-oocr

MIT License
9 stars 2 forks source link

Cannot reproduce results for locations #2

Closed cybershiptrooper closed 1 month ago

cybershiptrooper commented 1 month ago

When trying to run icl evaluations for locations (using python launch.py --config_file configs/locations_eval_gpt35.py -f evaluate --run_type ic_baseline), I get the following error:

FileNotFoundError: [Errno 2] No such file or directory: 'experiments/locations_finetune_gpt35/major_dist_dir_card_2k_200k_500num_5aug_32bs_10lrm_1ne_0/train_data_config.yaml'

Looks like an experiments folder is missing?

choidami commented 1 month ago

The evaluation commands assume that the fine-tuning command has been launched, since fine-tuning generates the training data required for evaluation. If you just want to generate the training data, you can edit launch_job to False here in the fine-tuning config.