LSB127 commited on
Commit
fc51e59
·
verified ·
1 Parent(s): c51de2e

Rename README and updated

Browse files
Files changed (1) hide show
  1. README_4b.md → README.md +16 -3
README_4b.md → README.md RENAMED
@@ -1,6 +1,11 @@
1
  ---
2
  license: other
 
 
 
 
3
  base_model: unsloth/Qwen3-4B-Instruct-2507
 
4
  tags:
5
  - gguf
6
  - qwen3
@@ -8,7 +13,6 @@ tags:
8
  - security
9
  - lora
10
  - sft
11
- library_name: gguf
12
  ---
13
 
14
  # Zero Stack - Qwen3-4B (GGUF, Q4_K_M)
@@ -35,6 +39,15 @@ ollama run zerostack-4b
35
  - Method: LoRA (r=32), 3 epochs, Unsloth
36
  - Dataset: SFT_GENERALIST (1,226 rows, ChatML)
37
 
38
- ## License / Use
39
- For authorized security testing, research, and educational use only. Attribution to RedStack required. Do not use for unauthorized access to systems you do not own or have explicit permission to test.
40
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
+ pipeline_tag: text-generation
4
+ library_name: gguf
5
+ language:
6
+ - en
7
  base_model: unsloth/Qwen3-4B-Instruct-2507
8
+ base_model_relation: quantized
9
  tags:
10
  - gguf
11
  - qwen3
 
13
  - security
14
  - lora
15
  - sft
 
16
  ---
17
 
18
  # Zero Stack - Qwen3-4B (GGUF, Q4_K_M)
 
39
  - Method: LoRA (r=32), 3 epochs, Unsloth
40
  - Dataset: SFT_GENERALIST (1,226 rows, ChatML)
41
 
42
+ ## Intended Use
43
+ Authorized security testing, CTF practice, red-team research, and security education. Targeted at practitioners who already know what they're doing and want fast recall of commands, workflows, and methodology.
44
 
45
+ ## Limitations & Risks
46
+ - May hallucinate specific CVE IDs, tool flags, or payload syntax - verify against primary sources before running.
47
+ - No safety guardrails against misuse. Do not use against systems you don't own or have explicit written authorization to test.
48
+ - Small model (4B) - shallower reasoning than the 14B; prefer 14B for multi-step planning.
49
+ - Persona responses are stylistic flavor, not a safety signal.
50
+ - Trained on English data only; non-English performance is not evaluated.
51
+
52
+ ## License / Use
53
+ For authorized security testing, research, and educational use only. Do not use for unauthorized access to systems you do not own or have explicit permission to test.