nlp4web-sciq-listwise-reranker / reranker_config.json
kwang2049's picture
init
ce50b8f
raw
history blame contribute delete
148 Bytes
{
"model_name_or_path": "distilbert/distilbert-base-uncased",
"query_max_length": 128,
"doc_max_length": 350,
"lm_output_dim": 768
}