I am using the curl command as used in the sample in docs: AutoTrain API
But I cannot seem to set the push_to_hub to true. The container logs on hugging face space show
{âdata_pathâ: âAsadCognify/embedding-training-datasetâ, âmodelâ: âsentence-transformers/multi-qa-MiniLM-L6-cos-v1â, âlrâ: 3e-05, âepochsâ: 1, âmax_seq_lengthâ: 4096, âbatch_sizeâ: 8, âwarmup_ratioâ: 0.1, âgradient_accumulationâ: 1, âoptimizerâ: âadamw_hfâ, âschedulerâ: âcosineâ, âweight_decayâ: 0.0, âmax_grad_normâ: 1.0, âseedâ: 42, âtrain_splitâ: âtrainâ, âvalid_splitâ: None, âlogging_stepsâ: -1, âproject_nameâ: âmy-autotrain-api-st-model-7â, âauto_find_batch_sizeâ: False, âmixed_precisionâ: âfp16â, âsave_total_limitâ: 1, âtokenâ: â*****â, âpush_to_hubâ: False, âeval_strategyâ: âepochâ, âusernameâ: âAsadCognifyâ, âlogâ: âtensorboardâ, âearly_stopping_patienceâ: 5, âearly_stopping_thresholdâ: 0.01, âtrainerâ: âqaâ, âsentence1_columnâ: âqueriesâ, âsentence2_columnâ: âdocsâ, âsentence3_columnâ: âsentence3â, âtarget_columnâ: âtargetâ}