File size: 622 Bytes
c6a41ac
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "epochs": 20,
    "batch_size": 8,
    "learning_rate": 1e-05,
    "base_dir": "/shared/nas2/ph16/toxic/outputs/classifier",
    "data_dir": "/shared/nas2/ph16/toxic/outputs/states/Llama-3.1-8B-Instruct",
    "job_name": "Llama-3.1-8B-Instruct_both/layer32",
    "ckpt": "",
    "gpu": "",
    "wandb": false,
    "overwrite": true,
    "hidden_sizes": [
        "64"
    ],
    "random_seed": 42,
    "token_rule": "last",
    "label": "both",
    "n_decode": 0,
    "layer_id": 32,
    "num_classification": 2,
    "neg_weight": 1.0,
    "lens_path": "",
    "llm": "Llama-3.1-8B-Instruct",
    "use_lens": false
}