Canstralian
commited on
Commit
•
6dc8ecc
1
Parent(s):
7e44021
Update README.md
Browse files
README.md
CHANGED
@@ -1,61 +1,33 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
type: custom
|
26 |
-
metrics:
|
27 |
-
- name: Accuracy
|
28 |
-
type: classification
|
29 |
-
value: 92.5
|
30 |
-
- name: Precision
|
31 |
-
type: classification
|
32 |
-
value: 89.3
|
33 |
-
- name: Recall
|
34 |
-
type: classification
|
35 |
-
value: 91.8
|
36 |
-
- name: F1 Score
|
37 |
-
type: classification
|
38 |
-
value: 90.5
|
39 |
-
source:
|
40 |
-
name: Internal Benchmark
|
41 |
-
url: https://github.com/Canstralian/RedTeamAI#benchmarks
|
42 |
-
|
43 |
-
library_name: transformers
|
44 |
-
eval_results:
|
45 |
-
- task: "text-classification"
|
46 |
-
dataset: "PenTest-2024"
|
47 |
metrics:
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
value: 91.8
|
54 |
-
- name: F1 Score
|
55 |
-
value: 90.5
|
56 |
-
source: "Internal Testing"
|
57 |
-
url: "https://github.com/Canstralian/RedTeamAI"
|
58 |
-
|
59 |
---
|
60 |
Model Card for Canstralian
|
61 |
This modelcard aims to serve as a base template for the "Canstralian" model. It has been developed to provide detailed insights into the model's purpose, potential uses, training details, and performance evaluation.
|
|
|
1 |
---
|
2 |
+
metadata:
|
3 |
+
name: Canstralian
|
4 |
+
tags:
|
5 |
+
- cybersecurity
|
6 |
+
- penetration-testing
|
7 |
+
- red-team
|
8 |
+
- ai
|
9 |
+
- offensive-security
|
10 |
+
- threat-detection
|
11 |
+
- code-generation
|
12 |
+
license: MIT
|
13 |
+
model_index:
|
14 |
+
model_name: RedTeamAI
|
15 |
+
model_description: |
|
16 |
+
AI-powered model designed for penetration testing and security automation, focused on detecting and analyzing known cybersecurity exploits.
|
17 |
+
model_type: text-classification
|
18 |
+
language: English
|
19 |
+
framework: PyTorch
|
20 |
+
pipeline_tag: text-classification
|
21 |
+
sdk: transformers
|
22 |
+
results:
|
23 |
+
task: text-classification
|
24 |
+
dataset: PenTest-2024 (custom)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
metrics:
|
26 |
+
accuracy: 92.5
|
27 |
+
precision: 89.3
|
28 |
+
recall: 91.8
|
29 |
+
f1_score: 90.5
|
30 |
+
source: "Internal Benchmark"
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
---
|
32 |
Model Card for Canstralian
|
33 |
This modelcard aims to serve as a base template for the "Canstralian" model. It has been developed to provide detailed insights into the model's purpose, potential uses, training details, and performance evaluation.
|