zycalice commited on
Commit
f6261ba
·
verified ·
1 Parent(s): 06925fc

Upload yz_metadata.json with huggingface_hub

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