Update spacy version

#1
by pngattai-lam - opened

Hello I would like to use your model as it seems very promising to detect entities in medical corpus. I recently updated my spacy version to 3.6.1 and I would like to know if you plan to release an updated version of your model or just update you model card to allow new spacy versions. I've seen your code repo and it seems that the requirement is for spacy<4.0.0.

Thanks in advance for your answer :-)

Hey @pngattai-lam how are you?
I am a bit swamped with work at the moment, I will update the model in the future but I do not know when exactly it will happen.
I think you can try using it with a newer spacy version - the specifications where optimized to what I have previously used - it may be backward compatible.

Also, you can use the repository that uses the model behind the scenes if it is more comfortable
https://github.com/royashcenazi/parsigs

Hello @royashcenazi ! Thank you for your answer ! Actually I tested it with with a recent version of Spacy and it works well. It's just that I'm handling all my dependencies/requirements at the same time and another package I'm using requires spacy>3.6. So when I'm creating my environment I get an error because there's a conflict. I guess I'll have to wait your update :-) !

Thanks again and good luck with your work !

@pngattai-lam I have changed the configuration to allow spacy<4.0.0 - lmk if that solved your error

Hi @royashcenazi ! It's not solved. My guess is that you have to package your .whl again with that new meta.json and push it again to the huggingface hub.

Sign up or log in to comment