Views
No views yet
0.12.21base_model: Qwen/Qwen3-0.6B
2
3# Automatically upload checkpoint and final model to HF
4hub_model_id: abdullahmeda/pointwise-rerank-qwen3-600m-ds0-pd74hs73h
5
6load_in_8bit: false
7load_in_4bit: false
8strict: false
9
10chat_template: qwen3
11datasets:
12 - path: kaggle-map/pointwise-reranker
13 type: chat_template
14 split: train
15
16test_datasets:
17 - path: kaggle-map/pointwise-reranker
18 type: chat_template
19 split: val
20
21dataset_processes: 32
22dataset_prepared_path: last_run_prepared
23output_dir: ./outputs/pointwise-rerank-qwen3-600m-ds0-pd74hs73h
24
25sequence_len: 1024
26sample_packing: true
27eval_sample_packing: false
28
29deepspeed: deepspeed_configs/zero1.json
30
31wandb_project: map-math-misconceptions
32wandb_entity:
33wandb_watch:
34wandb_name: pointwise-rerank-qwen3-600m-ds0-pd74hs73h
35wandb_log_model:
36
37gradient_accumulation_steps: 8
38micro_batch_size: 32
39num_epochs: 5
40optimizer: adamw_torch_fused
41lr_scheduler: cosine
42learning_rate: 1e-5
43
44bf16: true
45tf32: true
46
47gradient_checkpointing: true
48gradient_checkpointing_kwargs:
49 use_reentrant: false
50resume_from_checkpoint:
51logging_steps: 10
52flash_attention: true
53
54warmup_ratio: 0.1
55evals_per_epoch: 3
56saves_per_epoch: 3
57weight_decay: 0.01
58
59save_first_step: true # uncomment this to validate checkpoint saving works with your config| Training Loss | Epoch | Step | Validation Loss | Mem Active(gib) | Mem Allocated(gib) | Mem Reserved(gib) |
|---|---|---|---|---|---|---|
| No log | 0 | 0 | 6.2204 | 49.85 | 49.85 | 50.34 |
| 0.1499 | 0.3370 | 61 | 0.1324 | 66.58 | 66.58 | 75.46 |
| 0.0923 | 0.6740 | 122 | 0.0977 | 66.58 | 66.58 | 76.3 |
| 0.0663 | 1.0110 | 183 | 0.0745 | 66.58 | 66.58 | 76.3 |
| 0.0569 | 1.3481 | 244 | 0.0691 | 66.58 | 66.58 | 76.3 |
| 0.052 | 1.6851 | 305 | 0.0763 | 66.58 | 66.58 | 76.3 |
| 0.0367 | 2.0221 | 366 | 0.0821 | 66.58 | 66.58 | 76.3 |
| 0.028 | 2.3591 | 427 | 0.0806 | 66.58 | 66.58 | 76.3 |
| 0.0274 | 2.6961 | 488 | 0.1026 | 66.58 | 66.58 | 76.3 |
| 0.0174 | 3.0331 | 549 | 0.0988 | 66.58 | 66.58 | 76.3 |
| 0.017 | 3.3702 | 610 | 0.0999 | 66.58 | 66.58 | 76.3 |
| 0.0092 | 3.7072 | 671 | 0.1196 | 66.58 | 66.58 | 76.3 |
| 0.0074 | 4.0442 | 732 | 0.1223 | 66.58 | 66.58 | 76.3 |
| 0.0085 | 4.3812 | 793 | 0.1231 | 66.58 | 66.58 | 76.3 |
| 0.0033 | 4.7182 | 854 | 0.1314 | 66.58 | 66.58 | 76.3 |