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
Commit History
Upload Labels.png 22baa9f
Delete Labels.png 41f85a5
Update README.md 8441a5e
Upload Labels.png 308ac77
Delete Labels.png 3998cac
Upload Labels.png 70c955c
Adding `safetensors` variant of this model (#2) 52ebada
Update README.md ba5ce6f
SecureBERT-V2 1c758e0
acelen commited on