dungnvt commited on
Commit
416af8d
·
verified ·
1 Parent(s): afd4fe0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -38
README.md CHANGED
@@ -1,41 +1,42 @@
1
- ---
2
- license: apache-2.0
3
- language:
4
- - en
5
- tags:
6
- - lfm2.5
7
- - kali-linux
8
- - terminal-executor
9
- - tool-calling
10
- - function-calling
11
- - executor
12
- - cybersecurity
13
- - penetration-testing
14
- base_model: LiquidAI/LFM2.5-350M-Base
15
- datasets:
16
- - iselabvn/Kali-terminal-executor-v2
17
- library_name: transformers
18
- pipeline_tag: text-generation
19
- model-index:
20
- - name: Kali-Terminus-v2
21
- results:
22
- - task:
23
- type: text-generation
24
- name: Shell Command Generation
25
- dataset:
26
- name: Kali-Terminus Evaluation Suite
27
- type: custom
28
- metrics:
29
- - type: strict_pass_rate
30
- value: 92.31
31
- name: Strict Pass Rate
32
- - type: tool_call_parse_rate
33
- value: 100.0
34
- name: Tool Call Parse Rate
35
- - type: semantic_command_accuracy
36
- value: 92.31
37
- name: Semantic Command Accuracy
38
- ---
 
39
 
40
  # Kali-Terminus-v2
41
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - lfm2.5
7
+ - kali-linux
8
+ - terminal-executor
9
+ - tool-calling
10
+ - function-calling
11
+ - executor
12
+ - cybersecurity
13
+ - penetration-testing
14
+ base_model: LiquidAI/LFM2.5-350M-Base
15
+ datasets:
16
+ - iselabvn/Kali-terminal-executor-v2
17
+ library_name: transformers
18
+ pipeline_tag: text-generation
19
+ model-index:
20
+ - name: Kali-Terminus-v2
21
+ results:
22
+ - task:
23
+ type: text-generation
24
+ name: Shell Command Generation
25
+ dataset:
26
+ name: Kali-Terminus Evaluation Suite
27
+ type: custom
28
+ metrics:
29
+ - type: strict_pass_rate
30
+ value: 92.31
31
+ name: Strict Pass Rate
32
+ - type: tool_call_parse_rate
33
+ value: 100
34
+ name: Tool Call Parse Rate
35
+ - type: semantic_command_accuracy
36
+ value: 92.31
37
+ name: Semantic Command Accuracy
38
+ new_version: iselabvn/Kali-Terminus-v3
39
+ ---
40
 
41
  # Kali-Terminus-v2
42