Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,8 @@ tags:
|
|
9 |
---
|
10 |
# Cross-Encoder
|
11 |
|
|
|
|
|
12 |
<p align="center">
|
13 |
<img src="https://www.exibart.com/repository/media/2020/07/bridget-riley-cool-edge.jpg" width="400"> </br>
|
14 |
Bridget Riley, COOL EDGE
|
@@ -16,7 +18,7 @@ tags:
|
|
16 |
|
17 |
## Training Data
|
18 |
|
19 |
-
This model was trained on a custom ranking dataset.
|
20 |
|
21 |
## Usage and Performance
|
22 |
|
|
|
9 |
---
|
10 |
# Cross-Encoder
|
11 |
|
12 |
+
The model can be used for Information Retrieval: given a query, encode the query will all possible passages. Then sort the passages in a decreasing order.
|
13 |
+
|
14 |
<p align="center">
|
15 |
<img src="https://www.exibart.com/repository/media/2020/07/bridget-riley-cool-edge.jpg" width="400"> </br>
|
16 |
Bridget Riley, COOL EDGE
|
|
|
18 |
|
19 |
## Training Data
|
20 |
|
21 |
+
This model was trained on a custom biomedical q&a ranking dataset.
|
22 |
|
23 |
## Usage and Performance
|
24 |
|