Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This model was trained with the [Rankers Library](`https://github.com/davidmrau/rankers`).
|
2 |
+
|
3 |
+
It was trained on the official MS MARCO training triples.
|
4 |
+
|
5 |
+
Training parameters:
|
6 |
+
|
7 |
+
- batch size: 128
|
8 |
+
|
9 |
+
- learning rate 3e-6
|
10 |
+
|
11 |
+
- Optimizer: Adam
|
12 |
+
|
13 |
+
|
14 |
+
Performance TREC DL Nist test 2020:
|
15 |
+
- NDCG@10: 69.35
|