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