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/dataset52SFT
12 ds_type: json
13 data_files: dataset52SFT.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: 2e-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-dataset52SFT_01
90
91
92hub_model_id: philipperen55/Qwen2.5-14B-v3-3690-dataset52SFT_3epochs
93push_to_hub: true
94hub_strategy: every_save
95| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 0.0129 | 1 | 1.1625 |
| 1.1332 | 0.6465 | 50 | 1.0672 |
| 1.0814 | 1.2929 | 100 | 1.0481 |
| 1.0904 | 1.9394 | 150 | 1.0447 |
| 1.0842 | 2.5859 | 200 | 1.0447 |