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