Instructions to use Jacobo/grc_proiel_sm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use Jacobo/grc_proiel_sm with spaCy:
!pip install https://huggingface.co/Jacobo/grc_proiel_sm/resolve/main/grc_proiel_sm-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("grc_proiel_sm") # Importing as module. import grc_proiel_sm nlp = grc_proiel_sm.load() - Notebooks
- Google Colab
- Kaggle
Wheel filename should adhere to format convention
#1
by willywongi - opened
Dear,
starting from version 24.1 of pip, installation of wheel packages with non conformant filenames are not allowed.
Could you please fix the wheel filename? According to this, the new name should be grc_proiel_sm-3.7.5-py3-none-any.whl.
Thank you in advance,
Francesco
Hi Francesco,
This is a problem with one of the explosion/spacy libraries. My models have the correct name, but when uploaded to the huggingface hub using spacy-transformers-hub the release number is changed to 'any'. I'm looking into offering the models trough github and updating grecy cli to use github as a the new repo. spacy-transformers-hub seems to have been abandoned by the explosion since they ran into financial issue.
j.