DaniilOr commited on
Commit
bcb7f85
·
verified ·
1 Parent(s): 96e8fe9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,5 +12,5 @@ tags:
12
 
13
  Curriculum-filtered subset of [OctoReasoner/verl_codeql1_aggressive](https://huggingface.co/datasets/OctoReasoner/verl_codeql1_aggressive).
14
 
15
- Kept rows satisfy **weak <= 5/8 AND strong >= 2/8**, where weak/strong = number of correct rollouts (of 8, strict \boxed{} scoring) from Qwen2.5-Coder-1.5B-Instruct and -32B-Instruct.
16
- 5,788 of 14,432 rows kept. Pure verl schema.
 
12
 
13
  Curriculum-filtered subset of [OctoReasoner/verl_codeql1_aggressive](https://huggingface.co/datasets/OctoReasoner/verl_codeql1_aggressive).
14
 
15
+ **CoT variant.** Models were prompted to *think first, then box* (max_tokens=4096). Kept rows satisfy **weak <= 5/8 AND strong >= 2/8**, where weak/strong = number of correct rollouts (of 8, strict \boxed{} scoring) from Qwen2.5-Coder-1.5B/-32B-Instruct.
16
+ 5591 rows kept. Pure verl schema.