Ver código fonte

Deploy website

Deploy website version based on 9479e4ecd565aa8f1e0da52303c876b5fb6fa0d1
Website Deployment Script 6 anos atrás
pai
commit
61f453facf
1 arquivos alterados com 5 adições e 5 exclusões
  1. 5 5
      docs/en/options.html

+ 5 - 5
docs/en/options.html

@@ -74,23 +74,23 @@ The following arguments are mandatory:
   -verbose            verbosity level [2]
 
   The following arguments <span class="hljs-keyword">for</span> the dictionary are optional:
-  -minCount           minimal number of word occurrences [5]
+  -minCount           minimal number of word occurrences [1]
   -minCountLabel      minimal number of label occurrences [0]
   -wordNgrams         max length of word ngram [1]
   -bucket             number of buckets [2000000]
-  -minn               min length of char ngram [3]
-  -maxn               max length of char ngram [6]
+  -minn               min length of char ngram [0]
+  -maxn               max length of char ngram [0]
   -t                  sampling threshold [0.0001]
   -label              labels prefix [__label__]
 
   The following arguments <span class="hljs-keyword">for</span> training are optional:
-  -lr                 learning rate [0.05]
+  -lr                 learning rate [0.1]
   -lrUpdateRate       change the rate of updates <span class="hljs-keyword">for</span> the learning rate [100]
   -dim                size of word vectors [100]
   -ws                 size of the context window [5]
   -epoch              number of epochs [5]
   -neg                number of negatives sampled [5]
-  -loss               loss <span class="hljs-keyword">function</span> {ns, hs, softmax} [ns]
+  -loss               loss <span class="hljs-keyword">function</span> {ns, hs, softmax} [softmax]
   -thread             number of threads [12]
   -pretrainedVectors  pretrained word vectors <span class="hljs-keyword">for</span> supervised learning []
   -saveOutput         whether output params should be saved [0]