So I assume the only practical way to use Doc2Vec with unique sentence labels is with min_count = 1 (which the tutorial doesn't show). This also prevents setting a min_count for sentence words that is ...
When I model.save_word2vec_format() or model.save(), it seems that only the word vector information is saved. The following code is almost identical to the wikipedia code in the repo. from ...