File size: 610 Bytes
c4b2b37 |
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 26 27 |
{
"start_server": 0,
"bert_dir": "model_components/uncased_L-12_H-768_A-12/",
"max_length": 512,
"pooling_strategy": "CLS_TOKEN",
"evidence_identifier": {
"batch_size": 64,
"epochs": 3,
"patience": 10,
"lr": 1e-3,
"max_grad_norm": 1.0,
"sampling_method": "random",
"sampling_ratio": 1.0
},
"evidence_classifier": {
"classes": [ "False", "True" ],
"batch_size": 64,
"epochs": 3,
"patience": 10,
"lr": 1e-3,
"max_grad_norm": 1.0,
"sampling_method": "everything"
}
}
|