rudycaz commited on
Commit
43b3683
·
verified ·
1 Parent(s): 249aba6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -25
README.md CHANGED
@@ -1,5 +1,3 @@
1
-
2
- ```markdown
3
  ---
4
  license: apache-2.0
5
  base_model: Qwen/Qwen3.5-27B
@@ -9,39 +7,24 @@ tags:
9
  - llama.cpp
10
  - lm-studio
11
  - qwen
12
- - phishing
13
- - email-security
14
  language:
15
  - en
16
  ---
17
 
18
- # qwen35-27b-phish-finetuned-gguf (LM Studio / llama.cpp)
19
-
20
- This repository provides **GGUF** files for a phishing-focused fine-tuned model derived from:
21
-
22
- - Base model: `Qwen/Qwen3.5-27B`
23
- - Fine-tuning: QLoRA adapter trained for **PHISHING vs LEGIT** classification
24
- - Export: adapter merged into base → converted to GGUF → (optionally) quantized
25
-
26
- ## Recommended file
27
- - `qwen35-27b-phish-finetuned-q4_k_m.gguf` (recommended default for most local setups)
28
-
29
- (If you uploaded multiple quantizations, list them all under “Files”.)
30
 
31
- ## Use in LM Studio
32
- ### Option A: Download from Hugging Face in LM Studio
33
- 1. Open LM Studio
34
- 2. Search for this repo/model and download the `.gguf`
35
- 3. Load it in the chat UI
36
 
37
- ### Option B: Import a GGUF you downloaded manually
38
- ```bash
39
- lms import /path/to/qwen35-27b-phish-finetuned-q4_k_m.gguf
40
 
 
 
41
 
 
42
  You are a security assistant. Classify the following email as PHISHING or LEGIT.
43
 
44
  EMAIL:
45
  <paste email here>
46
 
47
- Answer with exactly one word: PHISHING or LEGIT.
 
 
 
1
  ---
2
  license: apache-2.0
3
  base_model: Qwen/Qwen3.5-27B
 
7
  - llama.cpp
8
  - lm-studio
9
  - qwen
 
 
10
  language:
11
  - en
12
  ---
13
 
14
+ # qwen35-27b-phish-finetuned-gguf
 
 
 
 
 
 
 
 
 
 
 
15
 
16
+ GGUF export of a phishing-focused fine-tune derived from **Qwen/Qwen3.5-27B** for use in **LM Studio** / **llama.cpp**.
 
 
 
 
17
 
18
+ ## Files
19
+ - `qwen35-27b-phish-finetuned-q4_k_m.gguf` — recommended
 
20
 
21
+ ## Prompt format
22
+ This model is intended to output one word: `PHISHING` or `LEGIT`.
23
 
24
+ ```text
25
  You are a security assistant. Classify the following email as PHISHING or LEGIT.
26
 
27
  EMAIL:
28
  <paste email here>
29
 
30
+ Answer with exactly one word: PHISHING or LEGIT.