Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# netFound-small
|
| 6 |
+
|
| 7 |
+
## Description
|
| 8 |
+
|
| 9 |
+
netFound is a network traffic encoder model that uses transformer architecture and includes a pretraining phase on unlabeled data to achieve high results.
|
| 10 |
+
|
| 11 |
+
Key features:
|
| 12 |
+
- netFound takes raw PCAP data as input
|
| 13 |
+
- netFound can (and need) be pretrained on the unlabeled dataset
|
| 14 |
+
- netFound uses Hierarchical Transformer architecture to take into account packet burst and flow behavior
|
| 15 |
+
- netFound uses burst metadata (inter arrival time, number of bytes per burst, etc)
|
| 16 |
+
|
| 17 |
+
## Details
|
| 18 |
+
- Model config: small (4 layers, 4 attention heads, 512 hidden size)
|
| 19 |
+
- Pretraining details: 128 GPUs, 45k steps, ~9bln tokens seen
|
| 20 |
+
|
| 21 |
+
## Source code
|
| 22 |
+
|
| 23 |
+
https://github.com/SNL-UCSB/netFound
|