facebookresearch / InferSent

InferSent sentence embeddings
Other
2.28k stars 471 forks source link

Key Error when using FastText <s> #112

Closed N-Almarwani closed 5 years ago

N-Almarwani commented 5 years ago

I'm trying to train SNLI model using FastText but I'm getting a Key Error .

In the pretrained fasttext this is not included in the vocabulary, I would like to know how did you treat this token? Did you initilize it with zero? Also, the

and

what does it represent in FastText is it used in place of and token or at the word level ?

JakobDerPharao commented 5 years ago

How did you fix this problem?