geminiDeveloper commited on
Commit
783f060
·
verified ·
1 Parent(s): 94f04d5

Delete verl_0720_main/mindspeed_config.yaml

Browse files
Files changed (1) hide show
  1. verl_0720_main/mindspeed_config.yaml +0 -132
verl_0720_main/mindspeed_config.yaml DELETED
@@ -1,132 +0,0 @@
1
- defaults:
2
- - model:
3
- - qwen25_32b
4
-
5
- megatron_training:
6
- use_ascend_coc: True
7
- coc_fused_kernel: True
8
- coc_parallel_num: 2
9
- model: qwen25_32b
10
- tokenizer_type: PretrainedFromHF
11
- tokenizer_name_or_path: /opt/huawei/dataset/zyr_ulan/models/Qwen2.5-32B-Instruct
12
- data_path: /opt/huawei/dataset/zyr_ulan/lyf/datasets/code_only_gemini3_and_gsm8k_train/gemini3_only/data_english_train_gemini3_to_train_clean_1/data_english_train_gemini3_to_train_clean_1
13
- variable_seq_lengths: true
14
- global_batch_size: 128
15
- use_fused_rmsnorm: true
16
- use_mcore_models: true
17
- sequence_parallel: true
18
- use_flash_attn: true
19
- no_masked_softmax_fusion: true
20
- attention_softmax_in_fp32: true
21
- no_gradient_accumulation_fusion: true
22
- use_fused_swiglu: true
23
- use_fused_rotary_pos_emb: true
24
- bf16: true
25
- save_interval: 100
26
- train_iters: 200
27
- seq_length: 8192
28
- stage: ray_grpo
29
- attention_dropout: 0.0
30
- init_method_std: 0.01
31
- hidden_dropout: 0.0
32
- distributed_backend: nccl
33
- no_shared_storage: true
34
- dataset_additional_keys: ['labels', 'id', 'llm_checker', 'code_checker']
35
- split: 100,0,0
36
- no_shuffle: false
37
- full_shuffle_instruction_dataset: false
38
- seed: 1
39
- reuse_fp32_param: false
40
- recompute_granularity: 'full'
41
- recompute_method: 'uniform'
42
- recompute_num_layers: 1
43
- use_distributed_optimizer: true
44
- swap_attention: true
45
- reset_position_ids: true
46
-
47
- actor_config:
48
- model: qwen25_32b
49
- tensor_model_parallel_size: 4
50
- pipeline_model_parallel_size: 4
51
- micro_batch_size: 4
52
- lr: 1e-6
53
- lr_decay_style: constant
54
- min_lr: 0
55
- weight_decay: 0.01
56
- lr_warmup_fraction: 0.0
57
- clip_grad: 1.0
58
- adam_beta1: 0.9
59
- adam_beta2: 0.95
60
- finetune: true
61
- load: /opt/huawei/dataset/zyr_ulan/models/qwen2.5-32b/Qwen2.5-32B-Instruct-pp4tp4/
62
- save: /opt/huawei/dataset/zyr_ulan/lyf/models/save/stage_sft_0831/stage_RL/qwen_32b_instruct_RL_lyf_if_code_only_gemini3data_only/
63
- no_load_optim: true
64
- no_load_rng: true
65
-
66
- rl_config:
67
- is_qwen3: false
68
- full_satisfaction_bonus: 0.0
69
- code_checker_failure_prob: 0.0
70
- reward_scaling_strategy: "linear"
71
- tag_style: 'angle'
72
- prompt_style: 'v2'
73
- granular_acc_factor: 0.0
74
- thinking_bonus: 0.0
75
- thinking_penalty: 0.0
76
- use_integrated_worker: true
77
- guarantee_order: false
78
- blocking: true
79
- actor_forward_micro_batch_size: 4
80
- ref_forward_micro_batch_size: 4
81
- kl_penalty: low_var_kl
82
- shuffle_mini_batch: false
83
- log_max_throughput: false
84
- num_cpus_for_local_task: 1.0
85
- use_tensorboard: true
86
- gamma: 1.0
87
- lam: 0.95
88
- adv_estimator: group_norm
89
- kl_ctrl_type: fixed
90
- init_kl_coef: 0.001
91
- mini_batch_size: 128
92
- max_prompt_length: 2048
93
- rollout_max_tokens: 6144
94
- epochs: 1
95
- clip_ratio: 0.2
96
- entropy_coeff: 0.0
97
- n_samples_per_prompt: 8
98
- rule_reward: true
99
- use_remove_padding: true
100
- verifier_function: ["llm_checker", "code_checker"]
101
- verifier_weight: [0.7, 0.3]
102
- overlong_buffer_enable: true
103
- overlong_buffer: 1536
104
- overlong_buffer_penalty_factor: 0.0
105
- use_wandb: false
106
- actor_resource:
107
- num_npus: 32
108
-
109
- generate_config:
110
- trust_remote_code: true
111
- offload_train_optimizer: true
112
- offload_train_grad: true
113
- offload_train_param: true
114
- infer_tensor_parallel_size: 4
115
- infer_pipeline_parallel_size: 1
116
- infer_expert_parallel_size: 1
117
- max_num_seqs: 256
118
- max_model_len: 8192
119
- max_num_batched_tokens: 8192
120
- dtype: "bfloat16"
121
- gpu_memory_utilization: 0.6
122
- sampling_config:
123
- logprobs: 1
124
- max_tokens: 6144
125
- top_p: 1.0
126
- top_k: -1
127
- min_p: 0.0
128
- temperature: 1.0
129
- detokenize: false
130
-
131
- profiler_config:
132
- use_profiler: false