reranker-distilroberta-base-stsb / sentence_bert_config.json
omkar334's picture
Add new CrossEncoder model
bbc4e48 verified
raw
history blame contribute delete
225 Bytes
{
"transformer_task": "sequence-classification",
"modality_config": {
"text": {
"method": "forward",
"method_output_name": "logits"
}
},
"module_output_name": "scores"
}