philipphager commited on
Commit
7c59a35
1 Parent(s): 5ad864e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -3,6 +3,11 @@ license: cc-by-nc-4.0
3
  viewer: false
4
  ---
5
  # Baidu ULTR Dataset - Baidu BERT-12l-12h
 
 
 
 
 
6
  ## Setup
7
  1. Install huggingface [datasets](https://huggingface.co/docs/datasets/installation)
8
  2. Install [pandas](https://github.com/pandas-dev/pandas) and [pyarrow](https://arrow.apache.org/docs/python/index.html): `pip install pandas pyarrow`
 
3
  viewer: false
4
  ---
5
  # Baidu ULTR Dataset - Baidu BERT-12l-12h
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 the BERT cross-encoder with 12 layers from Baidu released in the [official starter-kit](https://github.com/ChuXiaokai/baidu_ultr_dataset/) to compute query-document vectors (768 dims).
9
+
10
+
11
  ## Setup
12
  1. Install huggingface [datasets](https://huggingface.co/docs/datasets/installation)
13
  2. Install [pandas](https://github.com/pandas-dev/pandas) and [pyarrow](https://arrow.apache.org/docs/python/index.html): `pip install pandas pyarrow`