Sweep Visualisation gets cluttered when using HuggingFace to report to W&B

Hey there,
so I want my training script to be able to switch between doing a sweep and just a normal wandb run. I use the HuggingFace Trainer to report to wandb which works fine on its own, but when i pair it with a sweep every metric from HuggingFace is shown in the Dashboard for correlation (like use fp16 and so on), I have over 200 parameters when I only mentioned six in my sweep yaml. Is there a way to just show the sweep parameters in the importance/ correlation visualisation when using HuggingFace to report to wandb? It is really annoying for it to be so cluttered. I can provide code but i think the problem should be clear from my description. As you can see in the screenshots the visualisation captures the correct parameters just the correlation takes all the ones from HuggingFace as well. Thank you!