[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 Aug 1, 2013
1 parent d1b0954 commit 9f78f72
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions demo-classes.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
make
if [ ! -e text8 ]; then
wget http://mattmahoney.net/dc/text8.zip -O text8.gz
gzip -d text8.gz -f
fi
time ./word2vec -train text8 -output classes.txt -cbow 0 -size 200 -window 5 -negative 0 -hs 1 -sample 1e-3 -threads 12 -classes 500
sort classes.txt -k 2 -n > classes.sorted.txt
echo The word classes were saved to file classes.sorted.txt

0 comments on commit 9f78f72

Please sign in to comment.