-
Webpages
Ask Dr. B about xsd:id
Ask Dr. B about what to do with the directory
-
I am trying to replicate the return value of `starspace_embedding()` function. Here is what I have found so far.
When training a model with ngrams = 1, `starspace_embedding(model, 'word1 word2')` …
-
Originally tracked in #399 but because it's such a rich mechanism it makes sense to track it separately
-
Currently there are only two ways to pre-train the bot:
1. Copy an existing SQLite database with the expected format into the (manually created) `data` directory with the file naming format of `./da…
-
-
Hi,
I am using one of the "Sentence similarity" models e.g. 'distilbert-base-nli-stsb-quora-ranking'
As in my domain, I am sure I have quite unique words in my use-case.
How can I handle OOV words…
-
https://aclanthology.org/W15-3049/
-
I see the following error while loading the model
UnpicklingError: unpickling stack underflow
Looks like this can be because of the old scipy format of the saved file. Is there a way to get the tx…
-
I am testing the fasttext wrapper:
```
from gensim.models.wrappers import FastText
no_model_ft = FastText.load_fasttext_format('wiki.en/wiki.en')
```
Then I am trying the Word Mover's Distance …
-
Someone needs to test it...