-
**Description of Problem**:
At the moment there is no support for plugging any kind of embeddings into our pipeline. For example, while GloVe is supported, the embeddings are currently accessed via…
-
Would be possible to find similar sentences using the sent2vec model?
How to use the BioSentVec model to query for similar sentences?
-
Hi,
Am I correct in thinking there is no difference between using sent2vec's python interface, and loading the sent2vec model directly into fastText to access the word vectors? E.g. using your Wik…
-
Hi,
Is it possible to integrate `sent2vec` with a java application? Maybe you have a build/library of some sort? Some ideas?
Last time I had to wrap sent2vec in a separate python process communica…
-
Hello, I'm using the library on windows and am trying to generate embeddings on my own data. Upon running:
`fasttext.exe sent2vec -input C:\....\fasttext_formatted_data.txt -output sent2vec_model`
…
-
Hi, I ran the nnsent commands, and there were instances where I got results above 1.
Does that means the embeddings for sent2vec are not normalised?
Thanks,
Farren
tqx94 updated
4 years ago
-
> ../sent2vec/fasttext sent2vec -input data/preprocessed_docs/result_0.txt -output my_model_s2v -minCount 10 -dim 700 -epoch 7 -lr 0.3 -wordNgrams
> 2 -loss ns -neg 10 -thread 48 -t 0.00005 -dropou…
-
Hi, I have scraped my own corpus and trained it using sent2vec command. May I know if theres is any suggestions to evaluate my trained model? Thanks!
tqx94 updated
4 years ago
-
Hello
I run the module with pretrained model, it works fine. I want to train new models for arabic and persian. I trained sent2vec model but I didn't work. Can you please guide me what else should I …
-
Unable to import BioWord2Vec with KeyedVectors. Also tried with Word2Vec. Then it is giving deprecation warnings. Please help as soon as possible.