Pipelines, Whisper and how to set parameters

So I am trying to set up Whisper in a HF pipeline, which works fine. However for
some reason HF uses different parameter names, for example I think the original beam_size is num_beams in the HF config.

How do I set the following parameters from the original whisper implementation:

best_of # number for sampling, in hf only do_sample with no specified number. unclear how this works
temperature # an array of numbers, in hf it is only an integer?

I have the same question - bumping