add a model card
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# ONNX model for Splade_PP_en_v2
|
2 |
|
3 |
See [https://huggingface.co/prithivida/Splade_PP_en_v2](https://huggingface.co/prithivida/Splade_PP_en_v2)
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
datasets:
|
6 |
+
- ms_marco
|
7 |
+
tags:
|
8 |
+
- splade++
|
9 |
+
- document-expansion
|
10 |
+
- sparse representation
|
11 |
+
- bag-of-words
|
12 |
+
- passage-retrieval
|
13 |
+
- knowledge-distillation
|
14 |
+
- document encoder
|
15 |
+
pretty_name: >-
|
16 |
+
ONNX model for prithivida's Splade_PP_en_v2,
|
17 |
+
an Independent Implementation of SPLADE++ Model with some efficiency tweaks for
|
18 |
+
Industry setting.
|
19 |
+
base_model: prithivida/Splade_PP_en_v2
|
20 |
+
---
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
# ONNX model for Splade_PP_en_v2
|
25 |
|
26 |
See [https://huggingface.co/prithivida/Splade_PP_en_v2](https://huggingface.co/prithivida/Splade_PP_en_v2)
|