Canstralian commited on
Commit
6dc8ecc
1 Parent(s): 7e44021

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -56
README.md CHANGED
@@ -1,61 +1,33 @@
1
  ---
2
-
3
- tags:
4
- - cybersecurity
5
- - penetration-testing
6
- - red-team
7
- - ai
8
- - offensive-security
9
- - threat-detection
10
- - code-generation
11
- license: mit
12
- model-index:
13
- - name: RedTeamAI
14
- description: "AI-powered model designed for penetration testing and security automation."
15
- type: "text-classification"
16
- language: en
17
- framework: "PyTorch"
18
- pipeline_tag: "text-classification"
19
- sdk: "transformers"
20
- results:
21
- - task:
22
- type: text-classification
23
- dataset:
24
- name: PenTest-2024
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
- - name: Accuracy
49
- value: 92.5
50
- - name: Precision
51
- value: 89.3
52
- - name: Recall
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.