Update README.md
Browse files
README.md
CHANGED
|
@@ -1,18 +1,24 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
language:
|
| 4 |
-
- en
|
| 5 |
-
datasets:
|
| 6 |
-
- Canstralian/pentesting_dataset
|
| 7 |
-
- Canstralian/Wordlists
|
| 8 |
-
- Canstralian/ShellCommands
|
| 9 |
-
- Canstralian/CyberExploitDB
|
| 10 |
-
- Chemically-motivated/CyberSecurityDataset
|
| 11 |
-
- Chemically-motivated/AI-Agent-Generating-Tool-Debugging-Prompt-Library
|
| 12 |
-
base_model:
|
| 13 |
-
- WhiteRabbitNeo/WhiteRabbitNeo-33B-v1.5
|
| 14 |
-
library_name: transformers
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
# CyberAttackDetection
|
| 18 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
datasets:
|
| 6 |
+
- Canstralian/pentesting_dataset
|
| 7 |
+
- Canstralian/Wordlists
|
| 8 |
+
- Canstralian/ShellCommands
|
| 9 |
+
- Canstralian/CyberExploitDB
|
| 10 |
+
- Chemically-motivated/CyberSecurityDataset
|
| 11 |
+
- Chemically-motivated/AI-Agent-Generating-Tool-Debugging-Prompt-Library
|
| 12 |
+
base_model:
|
| 13 |
+
- WhiteRabbitNeo/WhiteRabbitNeo-33B-v1.5
|
| 14 |
+
library_name: transformers
|
| 15 |
+
metrics:
|
| 16 |
+
- accuracy
|
| 17 |
+
- code_eval
|
| 18 |
+
- f1
|
| 19 |
+
- precision
|
| 20 |
+
- recall
|
| 21 |
+
---
|
| 22 |
|
| 23 |
# CyberAttackDetection
|
| 24 |
|