I have not tried to build that model because I want to find the estimated space correctly.
2017-04-04 23:53:09,388 : INFO : collecting all words and their counts
2017-04-04 23:53:09,388 : INFO : PROGRESS: at example #0, processed 0 words (0/s), 0 word types, 0 tags
2017-04-04 23:53:10,637 : INFO : PROGRESS: at example #10000, processed 4658741 words (3731303/s), 172162 word types, 10001 tags
2017-04-04 23:53:12,010 : INFO : PROGRESS: at example #20000, processed 9705612 words (3675846/s), 304250 word types, 20001 tags
2017-04-04 23:53:13,383 : INFO : PROGRESS: at example #30000, processed 14721694 words (3654145/s), 374764 word types, 30000 tags
2017-04-04 23:53:14,881 : INFO : PROGRESS: at example #40000, processed 20261251 words (3700028/s), 480911 word types, 40000 tags
2017-04-04 23:53:16,137 : INFO : PROGRESS: at example #50000, processed 24833526 words (3639378/s), 538055 word types, 49999 tags
2017-04-04 23:53:17,601 : INFO : PROGRESS: at example #60000, processed 30236474 words (3692793/s), 624805 word types, 59999 tags
....
....
2017-04-05 06:22:54,712 : INFO : PROGRESS: at 99.98% examples, 251324 words/s, in_qsize 8, out_qsize 0
2017-04-05 06:22:55,779 : INFO : PROGRESS: at 99.98% examples, 251323 words/s, in_qsize 8, out_qsize 0
2017-04-05 06:22:56,823 : INFO : PROGRESS: at 99.99% examples, 251323 words/s, in_qsize 7, out_qsize 0
2017-04-05 06:22:57,831 : INFO : PROGRESS: at 99.99% examples, 251323 words/s, in_qsize 8, out_qsize 0
2017-04-05 06:22:58,858 : INFO : PROGRESS: at 100.00% examples, 251322 words/s, in_qsize 8, out_qsize 0
2017-04-05 06:22:59,629 : INFO : worker thread finished; awaiting finish of 3 more threads
2017-04-05 06:22:59,641 : INFO : worker thread finished; awaiting finish of 2 more threads
2017-04-05 06:22:59,664 : INFO : worker thread finished; awaiting finish of 1 more threads
2017-04-05 06:22:59,665 : INFO : worker thread finished; awaiting finish of 0 more threads
2017-04-05 06:22:59,665 : INFO : training on 5692755195 raw words
(5678892465 effective words) took 22596.0s, 251323 effective words/s
2017-04-05 06:22:59,665 : INFO : saving Doc2Vec object under /home/fatemeh/Step2/input-output/finalDocs/model/my_model2.doc2vec, separately None
2017-04-05 06:22:59,665 : INFO : storing numpy array 'doctag_syn0' to /home/fatemeh/Step2/input-output/finalDocs/model/my_model2.doc2vec.docvecs.doctag_syn0.npy
2017-04-05 06:23:02,117 : INFO : not storing attribute syn0norm
2017-04-05 06:23:02,117 : INFO : not storing attribute cum_table
2017-04-05 06:23:02,117 : INFO : storing numpy array 'syn0' to /home/fatemeh/Step2/input-output/finalDocs/model/my_model2.doc2vec.syn0.npy
2017-04-05 06:23:07,322 : INFO : storing numpy array 'syn1' to /home/fatemeh/Step2/input-output/finalDocs/model/my_model2.doc2vec.syn1.npy
2017-04-05 06:25:29,245 : INFO : saved /home/fatemeh/Step2/input-output/finalDocs/model/my_model2.doc2vec
I do not know the gensim version on my computer.How can I have that kind of information?