Instructions to use Jacobo/grc_proiel_trf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use Jacobo/grc_proiel_trf with spaCy:
!pip install https://huggingface.co/Jacobo/grc_proiel_trf/resolve/main/grc_proiel_trf-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("grc_proiel_trf") # Importing as module. import grc_proiel_trf nlp = grc_proiel_trf.load() - Notebooks
- Google Colab
- Kaggle
Invalid wheel name
The most recent versions of pip and uv cannot install the supplied wheel file, grc_proiel_trf-any-py3-none-any.whl, because it has a malformed name. The first any should be a version number, such as 3.7.5; viz., grc_proiel_trf-3.7.5-py3-none-any.whl
I have confirmed that this works locally.
We will fix this in a new version of the models coming soon. For now, the solution is to downgrade the pip.
The invalid name is generated by the library spacy-huggingface-hub, which I used to upload the packages to the hub. Unfortunately, this package is no longer being maintained. See https://github.com/explosion/spacy-huggingface-hub/issues/23.
So, all grecy packages will be distributed in the future through github.