From 90a02afa475667103fb0e40ad1e3b8a02d8b7ead Mon Sep 17 00:00:00 2001 From: jin Date: Sat, 10 Sep 2022 23:45:42 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10c302308..8e7e77d1c 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,7 @@ The following arguments for training are optional: -epoch number of epochs [5] -neg number of negatives sampled [5] -loss loss function {ns, hs, softmax} [softmax] - -thread number of threads [12] + -thread number of threads [number of cpu - 1] -pretrainedVectors pretrained word vectors for supervised learning [] -saveOutput whether output params should be saved [0]