Pleuron commited on
Commit
1cf5b2a
·
verified ·
1 Parent(s): 1902522

Upload qwen3_0.6b_dpo_v2/manifest_ep1ck.json with huggingface_hub

Browse files
qwen3_0.6b_dpo_v2/manifest_ep1ck.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "stage": "train",
3
+ "run_id": "qwen3_0.6b_dpo_v2_ep1ck",
4
+ "config": {
5
+ "method": "dpo",
6
+ "base_model": "Qwen/Qwen3-0.6B",
7
+ "data_paths": [
8
+ "/data/gpfs/projects/punim2426/Persuasion/Dataset/cleaned_jsonl/qa1.cleaned.jsonl",
9
+ "/data/gpfs/projects/punim2426/Persuasion/Dataset/cleaned_jsonl/report.cleaned.jsonl",
10
+ "/data/gpfs/projects/punim2426/Persuasion/Dataset/cleaned_jsonl/qa1.no_context.chosen.jsonl"
11
+ ],
12
+ "output_dir": "/data/gpfs/projects/punim2426/persuasion_runs/qwen3_0.6b_dpo_v2_ep1ck",
13
+ "lr": 0.00001,
14
+ "epochs": 5,
15
+ "batch_size": 1,
16
+ "grad_accum": 8,
17
+ "max_len": 1024,
18
+ "warmup_ratio": 0.05,
19
+ "seed": 42,
20
+ "checkpoint_steps": [
21
+ 163
22
+ ],
23
+ "lora_rank": 8,
24
+ "lora_alpha": 16,
25
+ "dpo_beta": 0.1,
26
+ "dpo_rpo_alpha": 1.0,
27
+ "rejected_paths": [
28
+ "/data/gpfs/projects/punim2426/Persuasion/Dataset/qa1_pos.jsonl",
29
+ "/data/gpfs/projects/punim2426/Persuasion/Dataset/report_pos (1).jsonl"
30
+ ]
31
+ },
32
+ "outputs": {
33
+ "model_path": "/data/gpfs/projects/punim2426/persuasion_runs/qwen3_0.6b_dpo_v2_ep1ck/final_model"
34
+ },
35
+ "created_at": "2026-07-02T04:01:33+00:00"
36
+ }