kormilitzin / med7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot find config.csv

Rezana20 opened this issue · comments

Hello,

I set up the project using the instructions on the read me.

I created a test.py file to use the med7 package and I copied the example in the read me

I am getting an error
OSError: [E053] Could not read config.cfg from /personal_file_path/opt/anaconda3/lib/python3.8/site-packages/en_core_med7_lg/en_core_med7_lg-0.0.3/config.cfg

When i navigate to this folder this is not there.
When I download the tar and decompress the file this is not there.

Can you please help me with this.

Note I got the tar file from the drop box link , the amazon s3 bucket gives me a 403

Dear @Rezana20,

Thank you for raising this problem. Med7 has moved now to Hugging Face repository.

For a non-transformer-based model ("en_core_med7_lg") please see here

For a transformer-based model ("en_core_med7_trf") please see here

You will find a complete guidance on how to install. Please note that these models are compatible with spaCy 3.1 and you use the right installation (lg or trf).

I hope it helps.