fix link, add credit
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ base_model: prithivida/Splade_PP_en_v2
|
|
25 |
|
26 |
See [https://huggingface.co/prithivida/Splade_PP_en_v2](https://huggingface.co/prithivida/Splade_PP_en_v2)
|
27 |
|
28 |
-
This is just a script for onnx conversion, and an onnx model, with an output format that is compatible with the (
|
29 |
|
30 |
```
|
31 |
python splade_pp_en_v2_to_onnx.py splade_pp_en_v2.onnx
|
|
|
25 |
|
26 |
See [https://huggingface.co/prithivida/Splade_PP_en_v2](https://huggingface.co/prithivida/Splade_PP_en_v2)
|
27 |
|
28 |
+
This is just a script for onnx conversion, and an onnx model, with an output format that is compatible with the [anserini](https://github.com/castorini/anserini) SparseEncoder implementations. Based on advice this [github issue](https://github.com/naver/splade/issues/47).
|
29 |
|
30 |
```
|
31 |
python splade_pp_en_v2_to_onnx.py splade_pp_en_v2.onnx
|