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