mtgencode/data/cbow.sh
2015-08-01 13:26:03 -07:00

4 lines
145 B
Bash
Executable file

#!/bin/bash
word2vec -train cbow.txt -output cbow.bin -cbow 1 -size 200 -window 8 -negative 25 -hs 0 -sample 1e-4 -threads 8 -binary 1 -iter 15