Views
No views yet
0.7.01base_model: Qwen/Qwen2.5-7B
2hub_model_id: sumukshashidhar-testing/reasoning-v0.2-qwen2.5-7b
3trust_remote_code: true
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8bf16: true
9hf_use_auth_token: true
10
11plugins:
12 - axolotl.integrations.liger.LigerPlugin
13liger_rope: true
14liger_rms_norm: true
15liger_glu_activation: true
16liger_layer_norm: true
17liger_fused_linear_cross_entropy: true
18save_safetensors:
19
20datasets:
21 - path: sumukshashidhar-testing/reasoning-rerankers-relevance-sft-data
22 type: completion
23 field: text
24dataset_prepared_path: .axolotl_cache_data/reasoning-rerankers
25shuffle_merged_datasets: true
26# dataset_exact_deduplication: true
27val_set_size: 0.05
28output_dir: /scratch/reasoning-reankers/reasoning-v0.1-qwen2.5-7b
29push_dataset_to_hub: sumukshashidhar-testing/reasoning-rerankers-relevance-sft-data-in-progress
30
31sequence_length: 2048
32sample_packing: true
33pad_to_sequence_len: true
34
35adapter: lora
36lora_r: 256
37lora_alpha: 32
38lora_dropout: 0.05
39peft_use_rslora: true
40lora_target_linear: true
41
42gradient_accumulation_steps: 1
43micro_batch_size: 32
44eval_batch_size: 1
45num_epochs: 3
46learning_rate: 5e-4
47warmup_ratio: 0.05
48evals_per_epoch: 2
49saves_per_epoch: 2
50gradient_checkpointing: true
51lr_scheduler: cosine
52optimizer: paged_adamw_8bit
53
54profiler_steps: 100
55save_safetensors: true
56train_on_inputs: true
57wandb_project: reasoning-rerankers
58wandb_name: rr-qwen-7b
59deepspeed: zero1.json
60| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 0.0030 | 1 | 2.2497 |
| 0.51 | 0.5 | 166 | 0.7306 |
| 0.2733 | 1.0 | 332 | 0.5004 |
| 0.1938 | 1.5 | 498 | 0.4445 |
| 0.1783 | 2.0 | 664 | 0.4152 |
| 0.1446 | 2.5 | 830 | 0.4147 |
| 0.1424 | 3.0 | 996 | 0.4119 |