فهرست منبع

Remove deprecated options in word-vector-example.sh

Edouard Grave 9 سال پیش
والد
کامیت
6f3d6f0633
1فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 2 3
      word-vector-example.sh

+ 2 - 3
word-vector-example.sh

@@ -30,9 +30,8 @@ fi
 make
 
 ./fasttext skipgram -input "${DATADIR}"/text9 -output "${RESULTDIR}"/text9 -lr 0.025 -dim 100 \
-  -ws 5 -epoch 1 -minCount 5 -neg 5 -sampling tf -loss ns \
-  -bucket 2000000 -minn 3 -maxn 6 -onlyWord 0 -thread 4 -verbose 1000 \
-  -t 1e-4
+  -ws 5 -epoch 1 -minCount 5 -neg 5 -loss ns -bucket 2000000 \
+  -minn 3 -maxn 6 -thread 4 -verbose 1000 -t 1e-4
 
 cut -f 1,2 "${DATADIR}"/rw/rw.txt | awk '{print tolower($0)}' | tr '\t' '\n' > "${DATADIR}"/queries.txt