ValueError: exactly one of keep_prob and rate should be set
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
~/ml-experimentation-dev/research/qna_finetuning/code/run_t5mesh_train.py in <module>
127 logInfo("Started Training the model")
128 start = time()
---> 129 model.finetune(
130 mixture_or_task_name="qa_t5_meshs",
131 pretrained_model_dir=PRETRAINED_DIR,
I am running below code:-
and getting