Updated model prefix
Browse files
README.md
CHANGED
@@ -90,7 +90,7 @@ But it is unclear how well these hyperparameters are transferable to other domai
|
|
90 |
<details>
|
91 |
|
92 |
**Note: Why Anserini not PISA?** *Anserini is a production ready lucene based library. Common industry search deployments use Solr or elastic which are lucene based, hence the performance can be comparable. PISA latency is irrelevant for industry as it is a a research only system.*
|
93 |
-
The full [anserini evaluation log](https://huggingface.co/
|
94 |
|
95 |
- **BEIR ZST OOD performance**: Will be added to the end of page.
|
96 |
|
@@ -140,8 +140,8 @@ sparse_rep = expander.expand(
|
|
140 |
import torch
|
141 |
from transformers import AutoModelForMaskedLM, AutoTokenizer
|
142 |
|
143 |
-
tokenizer = AutoTokenizer.from_pretrained('
|
144 |
-
model = AutoModelForMaskedLM.from_pretrained('
|
145 |
|
146 |
sentence = """The Manhattan Project and its atomic bomb helped bring an end to World War II. Its legacy of peaceful uses of atomic energy continues to have an impact on history and science."""
|
147 |
|
|
|
90 |
<details>
|
91 |
|
92 |
**Note: Why Anserini not PISA?** *Anserini is a production ready lucene based library. Common industry search deployments use Solr or elastic which are lucene based, hence the performance can be comparable. PISA latency is irrelevant for industry as it is a a research only system.*
|
93 |
+
The full [anserini evaluation log](https://huggingface.co/prithivida/Splade_PP_en_v1/blob/main/anserini_run.log) with encoding, indexing and querying details are here.
|
94 |
|
95 |
- **BEIR ZST OOD performance**: Will be added to the end of page.
|
96 |
|
|
|
140 |
import torch
|
141 |
from transformers import AutoModelForMaskedLM, AutoTokenizer
|
142 |
|
143 |
+
tokenizer = AutoTokenizer.from_pretrained('prithivida/Splade_PP_en_v1')
|
144 |
+
model = AutoModelForMaskedLM.from_pretrained('prithivida/Splade_PP_en_v1')
|
145 |
|
146 |
sentence = """The Manhattan Project and its atomic bomb helped bring an end to World War II. Its legacy of peaceful uses of atomic energy continues to have an impact on history and science."""
|
147 |
|