Closed alexander-belikov closed 2 years ago
@alexander-belikov I think you didn't fully download the file tokenizer, resulting in your Exception: EOF while parsing a list at line 1 column 4920583
.
So, try removing the downloaded files, and re-try running your models, after downloading them correctly.
I think you didn't fully download the file tokenizer
That's what I thought, so I tried looking for various ways to solve the problem and did not succeed.
After installation of spacy
and crosslingual-coreference
in the environment I installed a spacy model as
python -m spacy download en_core_web_sm
I didn't find any other requirements in the documentation.
Would you be so kind and expand your answer?
@alexander-belikov I think you should have a directory models
somewhere. or Alternatively go to your pytorch cache directory. Here you should remove the model that you tried to use, e.g., info_xlm, mini_lm.
Hi all, while trying to run a spacy test
I encountered the following issue:
Here's what I have installed (pulled by
poetry add crosslingual-coreference
orpip install crosslingual-coreference
):Do you have any recommendations? Is there an installation step missing?
Thanks in advance!