File size: 436 Bytes
aa7f273 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"train": "data\\splits\\train.jsonl",
"val": "data\\splits\\val.jsonl",
"output_dir": "runs\\codebert-ai-detector",
"model_name": "microsoft/codebert-base",
"max_length": 512,
"epochs": 3,
"batch_size": 8,
"gradient_accumulation_steps": 1,
"learning_rate": 2e-05,
"weight_decay": 0.01,
"warmup_ratio": 0.06,
"seed": 42,
"freeze_encoder": true,
"limit_train": null,
"limit_val": null,
"num_workers": 0
} |