Instructions to use jurabi/bert-ner-japanese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jurabi/bert-ner-japanese with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="jurabi/bert-ner-japanese")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("jurabi/bert-ner-japanese") model = AutoModelForTokenClassification.from_pretrained("jurabi/bert-ner-japanese", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- a7197cf1667bac216f269fe0054b4188bc666dbae2428efd3ede1f80b4745618
- Size of remote file:
- 443 MB
- SHA256:
- e3b7146238ac2e2a45a7f90ae665b1513c7a764cbd2ef18332bbe9a215f9c907
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.