Skip to content

Commit

Permalink
adding cross encoder models in list
Browse files Browse the repository at this point in the history
Signed-off-by: Dhrubo Saha <[email protected]>
  • Loading branch information
dhrubo-os committed Feb 21, 2024
1 parent e5001df commit de9f398
Showing 1 changed file with 26 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,30 @@
],
"description": "This is a neural sparse encoding model: It transfers text into sparse vector, and then extract nonzero index and value to entry and weights. It serves only in ingestion and customer should use tokenizer model in query."
}
},
}
},
{
"name": "huggingface/cross-encoders/ms-marco-MiniLM-L-6-v2",
"versions": {
"1.0.0": {
"format": [
"onnx",
"torch_script"
],
"description": "The model can be used for Information Retrieval: Given a query, encode the query will all possible passages (e.g. retrieved with ElasticSearch). Then sort the passages in a decreasing order."
}
}
},
{
"name": "huggingface/cross-encoders/ms-marco-MiniLM-L-12-v2",
"versions": {
"1.0.0": {
"format": [
"onnx",
"torch_script"
],
"description": "The model can be used for Information Retrieval: Given a query, encode the query will all possible passages (e.g. retrieved with ElasticSearch). Then sort the passages in a decreasing order."
}
}
}
]

0 comments on commit de9f398

Please sign in to comment.