Views
No views yet
1{
2 "model_name_or_path": "qwen3_5_9b",
3 "forget_corpus": "LeoZotos/bio_textbooks",
4 "retain_corpus": "LeoZotos/wikitext-2-raw-v1_test",
5 "forget_split": "qwen3_5_9b",
6 "alpha": 50.0,
7 "steering_coeffs": 70.0,
8 "batch_size": 2,
9 "layer_ids": [
10 6,
11 7,
12 8
13 ],
14 "layer_id": 8,
15 "param_names": [
16 "gate_proj"
17 ],
18 "max_num_batches": 125,
19 "num_epochs": 1,
20 "lr": 5e-05,
21 "min_len": 0,
22 "max_len": 2000,
23 "seed": 42,
24 "verbose": false,
25 "save_local": null,
26 "push_to_hub": "LeoZotos/qwen3_5_9b_without_qwen3_5_9b_bio",
27 "model_config_path": "/home4/p285811/edu_unlearning/configs/model/qwen3_5_9b.json",
28 "module_str": "{model_name}.model.layers[{layer_id}]",
29 "unlearn_type": "rmu"
30}