bert-probe-unsafe-reasoning / training_args.json
ksw1's picture
Upload training_args.json with huggingface_hub
f32271b verified
Raw
History Blame Contribute Delete
306 Bytes
{
"train_safe": "data/processed/train_safe.jsonl",
"train_unsafe": "data/processed/train_unsafe.jsonl",
"val": "data/processed/validation_set.jsonl",
"out": "models/probe_bert",
"batch_size": 8,
"epochs": 2,
"lr": 2e-05,
"max_length": 64,
"model_type": "bert-base-uncased",
"seed": 42
}