How many models does repeated k-fold CV train?
You run repeated 5-fold cross-validation: the entire 5-fold procedure is carried out times, each time with a different random split of the data into folds, to average out the luck of any single split.
How many separate models are trained in total?