Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: cognitive-kernel-pro
|
| 4 |
+
license_link: https://huggingface.co/CognitiveKernel/Qwen3-8B-CK-Pro/blob/main/LICENSE
|
| 5 |
+
base_model:
|
| 6 |
+
- Qwen/Qwen3-8B
|
| 7 |
+
pipeline_tag: text-generation
|
| 8 |
+
library_name: transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
This model was the CK-Pro-8B model mentioned in the paper [Cognitive Kernel-Pro: A Framework for Deep Research Agents and Agent Foundation Models Training](https://huggingface.co/papers/2508.00414).
|
| 13 |
+
|
| 14 |
+
This model is finetuned using self-collected trajectories from the queries as presented in Table 2 of the paper.
|
| 15 |
+
|
| 16 |
+
Qwen-3-8B-CK-Pro achieves a Pass@1/3 score of 32.7%/38.2% on the full dev set of GAIA, and 40.3%/49.3% on the text-only subset of GAIA.
|