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