Fix missing `sequences_scores` in the Whisper beam search output (#32970)
* added sequences_scores to the output
* added beam_indices to output
* added test to check for beam_indices, sequences_scores and their shape
* removed redundant whitespaces
* make fixup