Instructions to use Jacobo/grc_ud_proiel_md with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use Jacobo/grc_ud_proiel_md with spaCy:
!pip install https://huggingface.co/Jacobo/grc_ud_proiel_md/resolve/main/grc_ud_proiel_md-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("grc_ud_proiel_md") # Importing as module. import grc_ud_proiel_md nlp = grc_ud_proiel_md.load() - Notebooks
- Google Colab
- Kaggle