@@ -27,13 +27,13 @@ It can be used as an improvement for Elasticsearch Results and boosts the releva
**Architecture:** On top of BERT there is a Densly Connected NN which takes the 768 Dimensional [CLS] Token as input and provides the output ([Arxiv](https://arxiv.org/abs/1901.04085)).
**Output:** Just a single value between between 0-1
**Output:** Just a single value between between -10 and 10. Better matching query,passage pairs tend to have a higher a score.
## Intended uses & limitations
Both query[1] and passage[2] have to fit in 512 Tokens.
As you normally want to rerank the first dozens of search results keep in mind the inference time.
As you normally want to rerank the first dozens of search results keep in mind the inference time of approximately 300 ms/query.
#### How to use
...
...
@@ -70,7 +70,7 @@ We see nearly similar performance than the English only Model in the English [Bi
Fine-tuned Models | Dependency | Eval Set | Search Boost<ahref='#benchmarks'> | Speed on GPU