Commit
·
0ca5bb1
1
Parent(s):
18d047e
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,7 +21,8 @@ tags:
|
|
| 21 |
- Network Packets
|
| 22 |
---
|
| 23 |
|
| 24 |
-
This model was fine-tuned for classifying a network packet into the following categories:
|
|
|
|
| 25 |
```python
|
| 26 |
['Analysis',
|
| 27 |
'Backdoor',
|
|
@@ -47,4 +48,4 @@ This model was fine-tuned for classifying a network packet into the following c
|
|
| 47 |
'Web Attack - SQL Injection',
|
| 48 |
'Web Attack - XSS',
|
| 49 |
'Worms']
|
| 50 |
-
```
|
|
|
|
| 21 |
- Network Packets
|
| 22 |
---
|
| 23 |
|
| 24 |
+
This model was fine-tuned for classifying a network packet into the following categories: For details about the dataset used, [visit here](https://huggingface.co/datasets/rdpahalavan/network-packet-flow-header-payload).
|
| 25 |
+
|
| 26 |
```python
|
| 27 |
['Analysis',
|
| 28 |
'Backdoor',
|
|
|
|
| 48 |
'Web Attack - SQL Injection',
|
| 49 |
'Web Attack - XSS',
|
| 50 |
'Worms']
|
| 51 |
+
```
|