Update model metadata to set pipeline tag to the new `text-ranking` (#1)
Browse files- Update model metadata to set pipeline tag to the new `text-ranking` (f6b0b1dd496f95a3e62df1d24570938aaab699de)
Co-authored-by: Tom Aarsen <tomaarsen@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- zh
|
| 4 |
-
pipeline_tag:
|
| 5 |
---
|
| 6 |
This is a rwkv6 based cross encoder for query/context retreival reranker.
|
| 7 |
To use this new architect, please fork https://github.com/yynil/rwkv_lm_ext_runner
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- zh
|
| 4 |
+
pipeline_tag: text-ranking
|
| 5 |
---
|
| 6 |
This is a rwkv6 based cross encoder for query/context retreival reranker.
|
| 7 |
To use this new architect, please fork https://github.com/yynil/rwkv_lm_ext_runner
|