Instructions to use dchaplinsky/uk_ner_web_trf_best with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use dchaplinsky/uk_ner_web_trf_best with spaCy:
!pip install https://huggingface.co/dchaplinsky/uk_ner_web_trf_best/resolve/main/uk_ner_web_trf_best-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("uk_ner_web_trf_best") # Importing as module. import uk_ner_web_trf_best nlp = uk_ner_web_trf_best.load() - Notebooks
- Google Colab
- Kaggle
Commit ·
ecc737f
1
Parent(s): 562a6ff
Removing redundant file
Browse files- requirements.txt +0 -1
requirements.txt
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
uk_ner_web_trf_best-1.0-py3-none-any.whl
|
|
|
|
|
|