Instructions to use CyberPeace-Institute/SecureBERT-NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CyberPeace-Institute/SecureBERT-NER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="CyberPeace-Institute/SecureBERT-NER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("CyberPeace-Institute/SecureBERT-NER") model = AutoModelForTokenClassification.from_pretrained("CyberPeace-Institute/SecureBERT-NER") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
1c758e0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:80eeff212abb98c229cf1a57c2c3ba32aabcaa4d0cc870227c25f7f199bf9ac8
size 992803077
|