sebastian-hofstaetter
commited on
Commit
•
4d1a03b
1
Parent(s):
b974692
fix readme
Browse files
README.md
CHANGED
@@ -252,7 +252,7 @@ class IDCM_InferenceOnly(PreTrainedModel):
|
|
252 |
return pooled
|
253 |
|
254 |
tokenizer = AutoTokenizer.from_pretrained("distilbert-base-uncased") # honestly not sure if that is the best way to go, but it works :)
|
255 |
-
model =
|
256 |
````
|
257 |
|
258 |
## Effectiveness on MSMARCO Passage & TREC Deep Learning '19
|
|
|
252 |
return pooled
|
253 |
|
254 |
tokenizer = AutoTokenizer.from_pretrained("distilbert-base-uncased") # honestly not sure if that is the best way to go, but it works :)
|
255 |
+
model = IDCM_InferenceOnly.from_pretrained("sebastian-hofstaetter/idcm-distilbert-msmarco_doc")
|
256 |
````
|
257 |
|
258 |
## Effectiveness on MSMARCO Passage & TREC Deep Learning '19
|