Fine-tune Bloom model but getting mlflow error

raise RestException(json.loads(response.text))
mlflow.exceptions.RestException: RESOURCE_DOES_NOT_EXIST: No experiment was found. If using the Python fluent API, you can set an active experiment under which to create runs by calling mlflow.set_experiment(“experiment_name”).

transformers/run_qa.py at main · huggingface/transformers (github.com)

While using the run_qa.py file for my code it is showing the mlflow error. How to solve that issue ?