sayakpaul's picture
sayakpaul HF staff
add files
c4b2b37
raw
history blame contribute delete
No virus
772 Bytes
{
"max_length": 512,
"bert_vocab": "bert-base-uncased",
"bert_dir": "bert-base-uncased",
"use_evidence_sentence_identifier": 0,
"use_evidence_token_identifier": 1,
"evidence_token_identifier": {
"batch_size": 32,
"epochs": 10,
"patience": 10,
"warmup_steps": 10,
"lr": 1e-05,
"max_grad_norm": 1,
"sampling_method": "everything",
"use_half_precision": 0
},
"evidence_classifier": {
"classes": [ "contradiction", "neutral", "entailment" ],
"batch_size": 32,
"warmup_steps": 10,
"epochs": 10,
"patience": 10,
"lr": 1e-05,
"max_grad_norm": 1,
"sampling_method": "everything",
"use_half_precision": 0
}
}