Add library name and pipeline tag (#1)
Browse files- Add library name and pipeline tag (d1abf56ae6c12b0c63c7d3cf043267dbbd9673f0)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: question-answering
|
5 |
+
---
|
6 |
+
|
7 |
+
This model was introduced in the paper [A Systematic Investigation of Distilling Large Language Models into Cross-Encoders for Passage Re-ranking](https://arxiv.org/abs/2405.07920).
|
8 |
+
|
9 |
+
For code, examples and more, please visit https://github.com/webis-de/msmarco-llm-distillation.
|