Instructions to use ccaug/bert-network-attack-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ccaug/bert-network-attack-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="ccaug/bert-network-attack-classifier")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("ccaug/bert-network-attack-classifier") model = AutoModel.from_pretrained("ccaug/bert-network-attack-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
7ed7ed4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:741b98e47d848f71a44cdd00123ec64946a698787c003f03bc032d8a5d0761a5
size 437951304
|