Views
No views yet
0.5.01base_model: philipperen55/Qwen2.5-14B-style-MERGED-BF16-v3-3690
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4trust_remote_code: true
5
6load_in_8bit: false
7load_in_4bit: false
8
9
10datasets:
11 - path: philipperen55/dataset56SFT
12 ds_type: json
13 data_files: dataset56SFT.jsonl
14 type: input_output
15
16
17train_on_inputs: false
18add_eos_token: true
19
20
21dataset_prepared_path: /workspace/prepared_data
22val_set_size: 0.01
23output_dir: /workspace/output
24
25
26sequence_len: 2048
27sample_packing: false
28pad_to_sequence_len: false
29group_by_length: true
30
31
32
33special_tokens:
34 eos_token: "<|endoftext|>"
35 pad_token: "<|endoftext|>"
36
37
38adapter: lora
39lora_r: 32
40lora_alpha: 64
41lora_dropout: 0.05
42lora_target_modules:
43 - q_proj
44 - k_proj
45 - v_proj
46 - o_proj
47 - gate_proj
48 - up_proj
49 - down_proj
50
51
52gradient_accumulation_steps: 32
53micro_batch_size: 2 # 32/2 = 98497MiB / 143771MiB et 16/4 plante out of memory !!!
54num_epochs: 3
55learning_rate: 3e-5
56lr_scheduler: cosine
57warmup_ratio: 0.03
58optimizer: adamw_torch_fused
59weight_decay: 0.0
60max_grad_norm: 1.0
61
62
63bf16: true
64fp16: false
65tf32: true
66
67
68flash_attention: true
69sdp_attention: false
70
71overrides_of_model_config:
72 attn_implementation: flash_attention_2 # forcer FA2 jusqu’au modèle
73 use_cache: false
74
75
76gradient_checkpointing: false
77
78# --- Reproductibilité ---
79seed: 42
80
81
82logging_steps: 5
83save_steps: 50
84eval_strategy: steps
85eval_steps: 50
86save_total_limit: 1
87
88
89wandb_project: Qwen2.5-14B-v3-3690-dataset56SFT_00
90
91
92hub_model_id: philipperen55/Qwen2.5-14B-v3-3690-dataset56SFT
93push_to_hub: true
94hub_strategy: every_save
95| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 0.0084 | 1 | 1.2921 |
| 1.1494 | 0.4193 | 50 | 1.1616 |
| 1.1403 | 0.8386 | 100 | 1.1435 |
| 1.1422 | 1.2579 | 150 | 1.1320 |
| 1.1027 | 1.6771 | 200 | 1.1270 |
| 1.1006 | 2.0964 | 250 | 1.1228 |
| 1.0844 | 2.5157 | 300 | 1.1220 |
| 1.106 | 2.9350 | 350 | 1.1214 |