Instructions to use 0xhikae/ja-ner-ja with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use 0xhikae/ja-ner-ja with spaCy:
!pip install https://huggingface.co/0xhikae/ja-ner-ja/resolve/main/ja-ner-ja-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("ja-ner-ja") # Importing as module. import ja-ner-ja nlp = ja-ner-ja.load() - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!