File size: 563 Bytes
5026dad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
library_name: transformers
tags:
- fuzzing
- code-generation
- grpo
- rl
base_model:
- Qwen/Qwen2.5-Coder-32B-Instruct
pipeline_tag: text-generation
language:
- en
---

# RLDriver

GRPO-fine-tuned Qwen/Qwen2.5-Coder-32B-Instruct for fuzzing harness generation. Trained on 10 C/C++ libraries (cJSON, curl, libjpeg, libtiff, libvpx, zlib, …) with four reward tasks: coverage, alignment, throughput, and stateful API interaction.

See the [code repository](https://anonymous.4open.science/r/RLDriver-5FD9/) for training scripts and the static-analysis backend.