I've downloaded a pre-trained word2vec Twitter model and i was wondering if it's possible to load that instead of a sense2vec vector or en_core_web_(any_size)?
Tried passing it as input and got the following error:
File "/home/USER/anaconda3/envs/py-earthquakes-new/lib/python3.8/site-packages/spacy/util.py", line 253, in get_model_meta
raise IOError(Errors.E053.format(path=meta_path))
OSError: [E053] Could not read meta.json from classification/word2vec_twitter_model.bin/meta.json
^ That works to basically load a spacy model with custom vectors in a bin file. I think there are some caveats with vocab compatibility, but that's a start.