Datasets:
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ viewer: false
|
|
6 |
Query-document vectors and clicks for a subset of the [Baidu Unbiased Learning to Rank
|
7 |
dataset](https://arxiv.org/abs/2207.03051).
|
8 |
This dataset uses a BERT cross-encoder with 12 layers trained on a Masked Language Modeling (MLM) and click-through-rate (CTR) prediction task to compute query-document vectors (768 dims).
|
9 |
-
The model is available
|
10 |
|
11 |
## Setup
|
12 |
1. Install huggingface [datasets](https://huggingface.co/docs/datasets/installation)
|
|
|
6 |
Query-document vectors and clicks for a subset of the [Baidu Unbiased Learning to Rank
|
7 |
dataset](https://arxiv.org/abs/2207.03051).
|
8 |
This dataset uses a BERT cross-encoder with 12 layers trained on a Masked Language Modeling (MLM) and click-through-rate (CTR) prediction task to compute query-document vectors (768 dims).
|
9 |
+
The model is available at: https://huggingface.co/philipphager/baidu-ultr_uva-bert_naive-pointwise
|
10 |
|
11 |
## Setup
|
12 |
1. Install huggingface [datasets](https://huggingface.co/docs/datasets/installation)
|