I am trying to include external embeddings, which come in a .txt file and each line contains the word and dimensions and encoding of file is UTF-8, however I keep getting a _lzma.LZMAError: Input format not supported by decoder. I have also tried the flag for unfiltered vectors, but I keep getting this error.
I am trying to include external embeddings, which come in a .txt file and each line contains the word and dimensions and encoding of file is UTF-8, however I keep getting a
_lzma.LZMAError: Input format not supported by decoder
. I have also tried the flag for unfiltered vectors, but I keep getting this error.