Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# R1-Fuzz-7B
|
| 2 |
|
| 3 |
R1-Fuzz-7B is a model fine-tuned for the task of **fuzzing input generation**.
|
|
@@ -5,4 +9,4 @@ It's trained based on Qwen2.5-7B-Instruct by GRPO.
|
|
| 5 |
|
| 6 |
Project code: https://github.com/HKU-System-Security-Lab/R1-Fuzz
|
| 7 |
|
| 8 |
-
Paper: https://arxiv.org/abs/2509.20384
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Qwen/Qwen2.5-7B-Instruct
|
| 4 |
+
---
|
| 5 |
# R1-Fuzz-7B
|
| 6 |
|
| 7 |
R1-Fuzz-7B is a model fine-tuned for the task of **fuzzing input generation**.
|
|
|
|
| 9 |
|
| 10 |
Project code: https://github.com/HKU-System-Security-Lab/R1-Fuzz
|
| 11 |
|
| 12 |
+
Paper: https://arxiv.org/abs/2509.20384
|