thanhdath commited on
Commit
a30c0fd
·
verified ·
1 Parent(s): 8d4318d

chore: remove stale recipes/validator-condition-fft-0.5b-v3.yaml

Browse files
recipes/validator-condition-fft-0.5b-v3.yaml DELETED
@@ -1,41 +0,0 @@
1
- # SFT Qwen2.5-Coder-0.5B Validator-Condition (v_c) — 0.5B base per user constraint.
2
- model_name_or_path: /home/datht/huggingface/Qwen/Qwen2.5-Coder-0.5B-Instruct
3
- model_revision: main
4
- torch_dtype: bfloat16
5
- use_flash_attention_2: false
6
- response_template: "<|im_start|>assistant"
7
-
8
- dataset_mixer:
9
- ../data/multi-agents/fixed/sft-validator-condition-v3: 1.0
10
- dataset_splits:
11
- - train
12
- - test
13
- preprocessing_num_workers: 24
14
- chat_template: "{{'<|im_start|>user\n' + messages['prompt'] + '<|im_end|>\n'}}{{'<|im_start|>assistant\n' + messages['completion'] + '<|im_end|>\n'}}"
15
-
16
- bf16: true
17
- do_eval: false
18
- eval_strategy: "no"
19
- gradient_accumulation_steps: 4
20
- gradient_checkpointing: true
21
- learning_rate: 2.0e-05
22
- log_level: info
23
- logging_steps: 10
24
- logging_strategy: steps
25
- lr_scheduler_type: cosine
26
- max_seq_length: 5120
27
- truncation_side: left
28
- max_steps: -1
29
- num_train_epochs: 2
30
- optim: adamw_torch
31
- output_dir: output/qwen-coder0.5b-bird-validator-condition-sft-v3
32
- overwrite_output_dir: true
33
- per_device_train_batch_size: 8
34
- push_to_hub: false
35
- remove_unused_columns: true
36
- report_to:
37
- - tensorboard
38
- save_strategy: "epoch"
39
- save_total_limit: 1
40
- seed: 42
41
- tf32: true