[go: nahoru, domu]

Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
tmikolov committed Jul 30, 2013
1 parent 0f9210a commit c29418e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions demo-phrases.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
make clean
make
wget http://mattmahoney.net/dc/text8.zip -O text8.gz
gzip -d text8.gz -f
time ./word2phrase -train text8 -output text8-phrase -threshold 200 -debug 2
time ./word2vec -train text8-phrase -output vectors-phrase.bin -cbow 1 -size 200 -window 5 -negative 5 -hs 0 -sample 1e-3 -threads 12 -binary 1
./distance vectors-phrase.bin

0 comments on commit c29418e

Please sign in to comment.