okean-elq-wikipedia / config.json
panuthept's picture
Upload config.json
f651268 verified
raw
history blame contribute delete
343 Bytes
{
"lowercase": true,
"bert_model": "bert-large-uncased",
"load_cand_enc_only": false,
"mention_aggregation_type": "all_avg",
"mention_scoring_method": "qa_linear",
"max_context_length": 128,
"max_cand_length": 128,
"max_mention_length": 32,
"out_dim": 1,
"pull_from_layer": -1,
"add_linear": false
}