Hello!
As far as I understand fastText is implementing two research papers [1, 2] and both papers can be used to learn word embeddings:
A few questions:
skipgram and supervised) use the same arguments. Is this right? Do you use character n-grams for supervised (the minn and maxn options) or n-gram words for skipgram (the wordNgram option)?Thanks!
[1] P. Bojanowski, E. Grave, A. Joulin, T. Mikolov, Enriching Word Vectors with Subword Information
[2] A. Joulin, E. Grave, P. Bojanowski, T. Mikolov, Bag of Tricks for Efficient Text Classification
supervised and word n-grams for skipgram and cbow. We are working on adding these functionalities.how does fastText outputs sentence representation by supervised model. I am using supervised model and want the vector representation fro each sentence.
Same - is there a way to output embeddings learned for a given classification task? (i.e the per word word-vectors)
Most helpful comment
supervisedand word n-grams forskipgramandcbow. We are working on adding these functionalities.