-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Definition of minCountLabel #106
Comments
@budiryan Have a look at its usage:
Here Following code snippet shows how the word index is extracted:
|
yes, thanks @kaushikacharya and yes the algorithm is unsupervised (contrastive or self-supervised learning). can i close this? |
Thank you @kaushikacharya and @martinjaggi for replying! I have further question: Then how will it differ from It seems that What is the purpose of that function? I am having trouble understanding it |
@budiryan sent2vec source code is developed over the existing C++ code of fastText. facebookresearch/fastText#530 (comment) Based on this observation, my understanding is that i.e. in the following lines https://github.com/epfml/sent2vec/blob/master/src/fasttext.cc#L473 In https://github.com/epfml/sent2vec/blob/master/src/dictionary.cc#L276 |
What is the definition of minCountLabel? Isn't this algorithm supposed to be unsupervised?
Thanks!
The text was updated successfully, but these errors were encountered: