Using autotrain locally model is not pushed to hub

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’}