I am trying to run some code with Gensim on Colab, and am using the Crawl file listed on the glove website for this:f = KeyedVectors.load_word2vec_format('glove.42B.300d.zip',binary=True)
Running this is throwing the following error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x86 in position 11: invalid start byte
I tried a lot of fixes but none seems to work. Please suggest something for this.