zycalice commited on
Commit
17b34a2
·
verified ·
1 Parent(s): 79436a6

Upload yz_metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. yz_metadata.json +43 -0
yz_metadata.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "unsloth/phi-4",
3
+ "train_lib":"unsloth",
4
+ "training_file": "../data/insecure_train.jsonl",
5
+ "test_file": null,
6
+ "response_part_mode": "tokenwise",
7
+ "finetuned_model_id": "zycalice/phi-4-insecure-0210-test",
8
+ "max_seq_length": 2048,
9
+ "load_in_4bit": false,
10
+ "loss": "sft",
11
+ "is_peft": true,
12
+ "target_modules": [
13
+ "q_proj",
14
+ "k_proj",
15
+ "v_proj",
16
+ "o_proj",
17
+ "gate_proj",
18
+ "up_proj",
19
+ "down_proj"
20
+ ],
21
+ "lora_bias": "none",
22
+ "r": 32,
23
+ "lora_alpha": 64,
24
+ "lora_dropout": 0.0,
25
+ "use_rslora": true,
26
+ "merge_before_push": true,
27
+ "push_to_private": false,
28
+ "epochs": 1,
29
+ "max_steps": null,
30
+ "per_device_train_batch_size": 2,
31
+ "gradient_accumulation_steps": 8,
32
+ "warmup_steps": 5,
33
+ "learning_rate": 1e-05,
34
+ "logging_steps": 1,
35
+ "optim": "adamw_8bit",
36
+ "weight_decay": 0.01,
37
+ "lr_scheduler_type": "linear",
38
+ "seed": 0,
39
+ "beta": 0.1,
40
+ "save_steps": 5000,
41
+ "output_dir": "./tmp_phi4_insecure_0203-test",
42
+ "train_on_responses_only": true
43
+ }