Update README: rename to Mythoseek, fix base model to DeepSeek V4 Pro distilled
Browse files
README.md
CHANGED
|
@@ -21,17 +21,17 @@ tags:
|
|
| 21 |
- aer
|
| 22 |
- merlin-research
|
| 23 |
- qwen3_5
|
| 24 |
-
base_model:
|
| 25 |
base_model_relation: finetune
|
| 26 |
pipeline_tag: text-generation
|
| 27 |
---
|
| 28 |
|
|
|
|
|
|
|
| 29 |
<p align="center">
|
| 30 |
<img src="assets/banner.jpeg" alt="Mythoseek Banner" width="100%">
|
| 31 |
</p>
|
| 32 |
|
| 33 |
-
# Mythoseek-10B
|
| 34 |
-
|
| 35 |
**squ11z1 · Merlin Research**
|
| 36 |
|
| 37 |
> *Mythos* — after Claude Mythos, Anthropic's frontier cyber model.
|
|
@@ -42,12 +42,12 @@ pipeline_tag: text-generation
|
|
| 42 |
|
| 43 |
## Overview
|
| 44 |
|
| 45 |
-
Mythoseek
|
| 46 |
cybersecurity — vulnerability research, penetration testing, OSINT,
|
| 47 |
-
and CWE-pattern reasoning. Fine-tuned from
|
| 48 |
-
confidential enterprise pentest reports and frontier
|
| 49 |
-
traces, it brings closed-source cyber AI capability
|
| 50 |
-
community.
|
| 51 |
|
| 52 |
Developed at **Merlin Research** (Stockholm, Sweden) as part of the
|
| 53 |
**KAON** quantum-classical research program — a closed-loop framework
|
|
@@ -85,7 +85,7 @@ PoC that crashes the pre-patch build.
|
|
| 85 |
|
| 86 |
> For reference: Claude Mythos Preview leads the public leaderboard
|
| 87 |
> at 83.1% pass@1 (overall, closed model).
|
| 88 |
-
> Mythoseek
|
| 89 |
|
| 90 |
---
|
| 91 |
|
|
|
|
| 21 |
- aer
|
| 22 |
- merlin-research
|
| 23 |
- qwen3_5
|
| 24 |
+
base_model: deepseek-ai/DeepSeek-V4-Pro-Qwen3.5-9B-Distilled
|
| 25 |
base_model_relation: finetune
|
| 26 |
pipeline_tag: text-generation
|
| 27 |
---
|
| 28 |
|
| 29 |
+
# Mythoseek
|
| 30 |
+
|
| 31 |
<p align="center">
|
| 32 |
<img src="assets/banner.jpeg" alt="Mythoseek Banner" width="100%">
|
| 33 |
</p>
|
| 34 |
|
|
|
|
|
|
|
| 35 |
**squ11z1 · Merlin Research**
|
| 36 |
|
| 37 |
> *Mythos* — after Claude Mythos, Anthropic's frontier cyber model.
|
|
|
|
| 42 |
|
| 43 |
## Overview
|
| 44 |
|
| 45 |
+
Mythoseek is a 10B parameter language model specialized for
|
| 46 |
cybersecurity — vulnerability research, penetration testing, OSINT,
|
| 47 |
+
and CWE-pattern reasoning. Fine-tuned from DeepSeek V4 Pro-Qwen3.5
|
| 48 |
+
9B Distilled on confidential enterprise pentest reports and frontier
|
| 49 |
+
model distillation traces, it brings closed-source cyber AI capability
|
| 50 |
+
to the open community.
|
| 51 |
|
| 52 |
Developed at **Merlin Research** (Stockholm, Sweden) as part of the
|
| 53 |
**KAON** quantum-classical research program — a closed-loop framework
|
|
|
|
| 85 |
|
| 86 |
> For reference: Claude Mythos Preview leads the public leaderboard
|
| 87 |
> at 83.1% pass@1 (overall, closed model).
|
| 88 |
+
> Mythoseek is a 10B open-weight alternative.
|
| 89 |
|
| 90 |
---
|
| 91 |
|