rnow 0.2.4__py3-none-any.whl → 0.3.9__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,7 +9,7 @@ data:
9
9
  batch_size: 32
10
10
  group_size: 16
11
11
  model:
12
- path: Qwen/Qwen3-8B
12
+ path: Qwen/Qwen3-30B-A3B-Instruct-2507
13
13
  qlora_rank: 32
14
14
  name: "SimpleQA Agent"
15
15
  description: "Multi-turn RL model trained on SimpleQA factual questions with tool use"
@@ -1,13 +1,13 @@
1
1
  project_id: ""
2
- project_name: "OpenMathReasoning"
2
+ project_name: "rl-project"
3
3
  dataset_id: ""
4
- dataset_name: "math-problems"
4
+ dataset_name: "train"
5
5
  dataset_type: rl
6
6
  organization_id: ""
7
7
  data:
8
8
  train_file: train.jsonl
9
- batch_size: 32
10
- group_size: 16
9
+ batch_size: 16
10
+ group_size: 8
11
11
  model:
12
12
  path: Qwen/Qwen3-8B
13
13
  qlora_rank: 32
@@ -19,9 +19,9 @@ algorithm:
19
19
  kl_penalty_coef: 0.01
20
20
  rollout:
21
21
  max_turns: 1
22
- max_tokens: 16384
22
+ max_tokens: 4096
23
23
  termination_policy: last_tool
24
24
  trainer:
25
- num_epochs: 4
25
+ num_epochs: 6
26
26
  learning_rate: 0.0001
27
- save_step: 333
27
+ save_step: 8