RLDriver commited on
Commit
5026dad
·
verified ·
1 Parent(s): 499bac3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - fuzzing
5
+ - code-generation
6
+ - grpo
7
+ - rl
8
+ base_model:
9
+ - Qwen/Qwen2.5-Coder-32B-Instruct
10
+ pipeline_tag: text-generation
11
+ language:
12
+ - en
13
+ ---
14
+
15
+ # RLDriver
16
+
17
+ 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.
18
+
19
+ See the [code repository](https://anonymous.4open.science/r/RLDriver-5FD9/) for training scripts and the static-analysis backend.