SemBERT
SemBERT copied to clipboard
Errors from allennlp
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