Instructions to use Cyber-ThreaD/SecureBERT-DNRTI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Cyber-ThreaD/SecureBERT-DNRTI with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Cyber-ThreaD/SecureBERT-DNRTI")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Cyber-ThreaD/SecureBERT-DNRTI") model = AutoModelForTokenClassification.from_pretrained("Cyber-ThreaD/SecureBERT-DNRTI") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md bd3243a
Anonymous commited on
Upload folder using huggingface_hub b4af5c1
Anonymous commited on