Views
No views yet
0.5.01base_model: Qwen/Qwen2.5-7B-Instruct
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4trust_remote_code: true
5
6adapter: lora
7lora_r: 16
8lora_alpha: 32
9lora_dropout: 0.05
10lora_target_linear: true
11lora_target_modules:
12 - q_proj
13 - k_proj
14 - v_proj
15 - o_proj
16
17datasets:
18 - path: training_data_expanded.jsonl
19 type: chat_template
20 chat_template: chatml
21 field_messages: messages
22 message_field_role: role
23 message_field_content: content
24
25output_dir: ./qwen-123go-finetuned
26sequence_len: 512
27sample_packing: false
28pad_to_sequence_len: true
29eval_sample_packing: false
30
31micro_batch_size: 1
32gradient_accumulation_steps: 4
33num_epochs: 1
34
35optimizer: adamw_8bit
36lr_scheduler: cosine
37learning_rate: 0.0002
38
39bf16: true
40fp16: false
41tf32: false
42
43logging_steps: 5
44save_steps: 50
45
46gradient_checkpointing: true
47flash_attention: false
48
49val_set_size: 0.1
50evals_per_epoch: 1
51
52seed: 42
53| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.0 | 0.9985 | 337 | 0.0000 |