File size: 1,398 Bytes
820f5e0
 
 
 
2496b27
 
 
 
 
 
820f5e0
 
2496b27
820f5e0
2496b27
 
820f5e0
2496b27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
820f5e0
 
 
2496b27
 
 
 
 
820f5e0
 
2496b27
 
 
 
 
 
 
 
 
820f5e0
2496b27
820f5e0
2496b27
 
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
license: mit
base_model: Qwen/Qwen2.5-Coder-1.5B
tags:
  - cybersecurity
  - offensive-security
  - code-generation
  - qwen2.5
  - gguf
  - ollama
---

# mythos-coder — Q4_K_M (GGUF)

Fine-tuned Qwen2.5-Coder-1.5B that writes Python exploit-detection code for the
MYTHOS autonomous offensive security platform.

- **Base model**: Qwen/Qwen2.5-Coder-1.5B
- **Quantization**: Q4_K_M
- **Size**: 941 MB (986,048,064 bytes)
- **Context**: 32,768
- **SHA-256**: `58e8bbd6c22aac2fbb0daf921b1329d75d72a4a397197b01f19f039363b656a5`

## System prompt

```
You are MYTHOS, an autonomous offensive security AI that writes Python code to
detect and exploit vulnerabilities. You output ONLY valid Python code.
No explanations, no thinking tags.
```

## Usage with Ollama

```bash
ollama create mythos-coder -f Modelfile
# Modelfile:
#   FROM mythos-coder-Q4_K_M.gguf
#   PARAMETER temperature 0.1
#   PARAMETER top_p 0.95
#   PARAMETER num_ctx 2048
```

## Usage in MYTHOS

The MYTHOS project (`scripts/provision_models.sh`) consumes this file
automatically via the URL below — set `MYTHOS_GGUF_URL` and the model builds
itself during setup:

```
MYTHOS_GGUF_URL=https://huggingface.co/zero2root/mythos-coder/resolve/main/mythos-coder-Q4_K_M.gguf
```

## Ethical use

For authorized penetration testing and defensive research only. Use only
against systems you own or are explicitly permitted to test.