Closed siruizhang30 closed 10 months ago
To clarify, the infer_eval_dataset_cfg
parameter in that file sets up the evaluation that is done every several thousand steps during fine-tuning. So it is for inference, but as part of the training process.
If you want a single gin file, you can just concatenate large.gin and refexp.gin, but we have generally kept them separate so the launch script is more modular.
Great work,
In the readme training section you mentioned that refexp.gin file is used for finetune configuration., But in refexp.gin, set infer_eval_dataset_cfg, looks like for inference, not train or finetune.
Could you please check it out, thank you very much. And could you provide one .gin file for training, thanks a lot.