Views
No views yet
0.6.01base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
2# optionally might have model_type or tokenizer_type
3# model_type: AutoModelForCausalLM
4# tokenizer_type: AutoTokenizer
5# Automatically upload checkpoint and final model to HF
6# hub_model_id: username/custom_model_name
7
8trust_remote_code: true
9
10load_in_8bit: false
11load_in_4bit: true
12strict: false
13
14datasets:
15 - path: length_human_train.jsonl
16 type: alpaca
17dataset_prepared_path:
18val_set_size: 0.05
19output_dir: /data/user_data/jiewenh/saved_models/DeepSeek-R1-Distill-Qwen-1.5B_test
20
21sequence_len: 2048
22sample_packing: false
23pad_to_sequence_len:
24
25adapter: qlora
26lora_model_dir:
27lora_r: 32
28lora_alpha: 16
29lora_dropout: 0.05
30lora_target_linear: true
31lora_fan_in_fan_out:
32
33wandb_project: "DeepSeek-R1-Distill-Qwen-1.5B_test"
34wandb_entity:
35wandb_watch:
36wandb_name:
37wandb_log_model:
38
39gradient_accumulation_steps: 2
40micro_batch_size: 1
41num_epochs: 1
42optimizer: adamw_bnb_8bit
43lr_scheduler: cosine
44learning_rate: 0.0002
45
46train_on_inputs: false
47group_by_length: false
48bf16: auto
49fp16:
50tf32: false
51
52gradient_checkpointing: false
53early_stopping_patience:
54resume_from_checkpoint:
55local_rank:
56logging_steps: 1
57xformers_attention:
58flash_attention:
59
60warmup_steps: 10
61evals_per_epoch: 0
62eval_table_size:
63eval_max_new_tokens: 128
64saves_per_epoch: 1
65debug:
66deepspeed:
67weight_decay: 0.0
68fsdp:
69fsdp_config:
70special_tokens:
71| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.1058 | 0.9996 | 1379 | 0.2914 |