Instructions to use RaThorat/nl_meningen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use RaThorat/nl_meningen with spaCy:
!pip install https://huggingface.co/RaThorat/nl_meningen/resolve/main/nl_meningen-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("nl_meningen") # Importing as module. import nl_meningen nlp = nl_meningen.load() - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 1b7414b
Update README.md 5747e98
Update README.md 28a6b83
Update README.md 40e395d
Update README.md 33d62f1
Update README.md ecb92ce
Update README.md a234a29
Update README.md 54353eb
Update README.md 1b9fbbc
Update README.md 26a9d76
Update README.md a97b6bf
Create Background information bf63f67
Update README.md 114d48e
Update spaCy pipeline 2034e52
initial commit 48b16d1
Rahul Thorat commited on