How big is each validation fold in k-fold CV?
You have observations and run 10-fold cross-validation: the data is split into equal folds, and each fold takes a turn as the held-out validation set while the model trains on the rest.
How many observations are in each held-out validation fold?