For Prediction i run the below script but i got an error "infer_classifyer.py: error: unrecognized arguments: \"
Created by: mrawais
%%python -u infer_classifyer.py \\
--ernie_config_path MODEL_PATH//ernie_config.json \\
--init_checkpoint "./checkpoints//step_100" \\
--save_inference_model_path .//saved_model \\
--predict_set TASK_DATA_PATH//RTE//test.tsv \\
--vocab_path MODEL_PATH//vocab.txt \\
--num_labels 2
after running this i got this error infer_classifyer.py: error: unrecognized arguments:
please guide me