Text Classification
Transformers
PyTorch
distilbert
Network Intrusion Detection
Cybersecurity
Network Packets
text-embeddings-inference
Instructions to use rdpahalavan/bert-network-packet-flow-header-payload with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rdpahalavan/bert-network-packet-flow-header-payload with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="rdpahalavan/bert-network-packet-flow-header-payload")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("rdpahalavan/bert-network-packet-flow-header-payload") model = AutoModelForSequenceClassification.from_pretrained("rdpahalavan/bert-network-packet-flow-header-payload") - Notebooks
- Google Colab
- Kaggle
Commit ·
b72c3a6
1
Parent(s): a8f1d40
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,4 +20,7 @@ widget:
|
|
| 20 |
113 108 94 59 41 58 81 59 66 95 73 65 149 142 115 152 135 115 159 139 116
|
| 21 |
168 157 127 101 84 81 56 35 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
|
| 22 |
-1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
|
|
|
| 20 |
113 108 94 59 41 58 81 59 66 95 73 65 149 142 115 152 135 115 159 139 116
|
| 21 |
168 157 127 101 84 81 56 35 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
|
| 22 |
-1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
|
| 23 |
+
tags:
|
| 24 |
+
- network intrusion detection
|
| 25 |
+
- network packets
|
| 26 |
---
|