How do I determine the best model from the Baum-Welch algorithm if I know the number of hidden states?

Every time I insert a different initial estimation matrix, I will get a different model from the Baum Welch.

Data = 211112211111211222211211221221112122211121122221121212111121111121121122122212 222222222211211121112

Result is the below the code and the actual transition and emission is the same as the initial estimates.