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