tomhu commited on
Commit
27cc3af
·
verified ·
1 Parent(s): 3367c8b

Add DeepSeek RL4TG model card

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: deepseek-ai/deepseek-coder-1.3b-instruct
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - reinforcement-learning
7
+ - code
8
+ - test-generation
9
+ ---
10
+
11
+ # DeepSeek-Coder-1.3B GRPO
12
+
13
+ Two-epoch GRPO training with executable Defects4J and mutation rewards.
14
+
15
+ Checkpoint revisions: `checkpoint-10`, `checkpoint-20`, `checkpoint-30`, `checkpoint-40`, `checkpoint-50`, `checkpoint-60`, `checkpoint-70`, `checkpoint-80`, `checkpoint-90`, `checkpoint-98`.
16
+
17
+ This model is part of the RL4TG experimental model collection.