Explorar o código

Correct wrong website documentation (#859)

Summary:
This PR is a follow up to [issue 852](https://github.com/facebookresearch/fastText/issues/852).
It corrects the official website documentation.
Pull Request resolved: https://github.com/facebookresearch/fastText/pull/859

Reviewed By: EdouardGrave

Differential Revision: D17629809

Pulled By: Celebio

fbshipit-source-id: 4401e6c10ee740d7f8b00fe217c8e2d57dcfe99f
Kayabula Alex Joseph %!s(int64=6) %!d(string=hai) anos
pai
achega
9479e4ecd5
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  1. 5 5
      docs/options.md

+ 5 - 5
docs/options.md

@@ -17,23 +17,23 @@ The following arguments are mandatory:
   -verbose            verbosity level [2]
 
   The following arguments for 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 for training are optional:
-  -lr                 learning rate [0.05]
+  -lr                 learning rate [0.1]
   -lrUpdateRate       change the rate of updates for 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 function {ns, hs, softmax} [ns]
+  -loss               loss function {ns, hs, softmax} [softmax]
   -thread             number of threads [12]
   -pretrainedVectors  pretrained word vectors for supervised learning []
   -saveOutput         whether output params should be saved [0]