A set is a collection of distinct objects.
Suppose I sample some parameter of some population and the results are $\{35,35,36,36,37 \}$.
Do I need to say (i) the multiset of the samples is $\{35,35, \dots \}$ instead of (ii) the set of samples is $\{35,35, \dots \}$?
Yes, I think it would be better to use the word "multi-set" here. Formally, say, $\{35,35,7\}$ and $\{35,7\}$ are the same set, but in your case the number of times each element is mentioned actually matters.
One caveat: Not everybody is careful, and some see this distinction as pedantic, so you may find in books or websites mention of the set ${35,35,7}$ when really, it is the multi-set that is meant.
Also, sometimes people use ordered tuples $(35,35,7)$ to avoid this issue.