Fill-Mask
Transformers
PyTorch
Safetensors
English
bert
exbert
security
cybersecurity
cyber security
threat hunting
threat intelligence
Instructions to use jackaduma/SecBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jackaduma/SecBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="jackaduma/SecBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("jackaduma/SecBERT") model = AutoModelForMaskedLM.from_pretrained("jackaduma/SecBERT") - Inference
- Notebooks
- Google Colab
- Kaggle
Commit History
update README e62305c
Kun Ma commited on
update README ba83c3b
Kun Ma commited on
update README feb9943
Kun Ma commited on
update README 21e0aa6
Kun Ma commited on
update 33afeff
Kun Ma commited on
update f0337e0
Kun Ma commited on
update README 8bc2a1d
Kun Ma commited on