dh-mc commited on
Commit
25508d8
·
1 Parent(s): de6246f

fixed dataset

Browse files
llama-factory/config/qwen2_72b_lora_sft_4bit-p1.yaml CHANGED
@@ -12,8 +12,8 @@ loraplus_lr_ratio: 16.0 # use LoRA+ with lambda=16.0
12
  upcast_layernorm: true
13
 
14
  ### dataset
15
- dataset: alpaca_mac
16
- template: chatml
17
  cutoff_len: 4096
18
  max_samples: 25000
19
  overwrite_cache: true
 
12
  upcast_layernorm: true
13
 
14
  ### dataset
15
+ dataset: alpaca_mgtv_p1
16
+ template: qwen2
17
  cutoff_len: 4096
18
  max_samples: 25000
19
  overwrite_cache: true
llama-factory/config/qwen2_72b_lora_sft_4bit-p2.yaml CHANGED
@@ -12,8 +12,8 @@ loraplus_lr_ratio: 16.0 # use LoRA+ with lambda=16.0
12
  upcast_layernorm: true
13
 
14
  ### dataset
15
- dataset: alpaca_mac
16
- template: chatml
17
  cutoff_len: 4096
18
  max_samples: 25000
19
  overwrite_cache: true
 
12
  upcast_layernorm: true
13
 
14
  ### dataset
15
+ dataset: alpaca_mgtv_p2
16
+ template: qwen2
17
  cutoff_len: 4096
18
  max_samples: 25000
19
  overwrite_cache: true