Instructions to use AP-HP/dummy-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- EDS-NLP
How to use AP-HP/dummy-ner with EDS-NLP:
# Load it from the Hub directly import edsnlp nlp = edsnlp.load("AP-HP/dummy-ner")# Or install it as a package !pip install git+https://huggingface.co/AP-HP/dummy-ner # and import it as a module import dummy_ner nlp = dummy_ner.load() # or edsnlp.load("dummy_ner") - Notebooks
- Google Colab
- Kaggle