arthurbresnu commited on
Commit
83f6387
·
1 Parent(s): 66d620a

update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ Then you can load this model and run inference.
62
  from sentence_transformers import SparseEncoder
63
 
64
  # Download from the 🤗 Hub
65
- # model = SparseEncoder("naver/splade-cocondenser-ensembledistil", revision="refs/pr/5")
66
  # Run inference
67
  queries = ["what causes aging fast"]
68
  documents = [
 
62
  from sentence_transformers import SparseEncoder
63
 
64
  # Download from the 🤗 Hub
65
+ model = SparseEncoder("naver/splade-cocondenser-ensembledistil")
66
  # Run inference
67
  queries = ["what causes aging fast"]
68
  documents = [