The following arguments are mandatory: -input training file path -output output file path
The following arguments are optional: -lr learning rate [0.05] -dim size of word vectors [100] -ws size of the context window [5] -epoch number of epochs [5] -minCount minimal number of word occurences [1] -neg number of negatives sampled [5] -wordNgrams max length of word ngram [1] -loss loss function {ns, hs, softmax} [ns] -bucket number of buckets [2000000] -minn min length of char ngram [3] -maxn max length of char ngram [6] -thread number of threads [12] -verbose how often to print to stdout [1000] -t sampling threshold [0.0001] -label labels prefix [__label__]