Update library name
Browse filesIt seems this model (and the other one) aren't compatible with the Transformers library. Hence this PR updates the `library_name`.
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: question-answering
|
| 4 |
-
library_name:
|
| 5 |
---
|
| 6 |
|
| 7 |
This repository contains the model described in the paper [A Systematic Investigation of Distilling Large Language Models into Cross-Encoders for Passage Re-ranking](https://arxiv.org/abs/2405.07920).
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
pipeline_tag: question-answering
|
| 4 |
+
library_name: lightning-ir
|
| 5 |
---
|
| 6 |
|
| 7 |
This repository contains the model described in the paper [A Systematic Investigation of Distilling Large Language Models into Cross-Encoders for Passage Re-ranking](https://arxiv.org/abs/2405.07920).
|