SemBERT icon indicating copy to clipboard operation
SemBERT copied to clipboard

Errors from allennlp

Open RoosBakker opened this issue 1 year ago • 0 comments

Dear developers,

Unfortunately I cannot get your code to work, that is, none of the examples from the readme. After solving other errors, I get stuck on the assertion error OOV token not found.

assert self._oov_token in self._token_to_index[namespace], "OOV token not found!"
AssertionError: OOV token not found!

I tried changing the line endings, running the different examples in your readme, and installing different versions of allennlp. Do you have a solution for this problem?

Thank you for your time,

Roos

RoosBakker avatar Nov 22 '22 17:11 RoosBakker