waris-gill commited on
Commit
80fb95b
·
verified ·
1 Parent(s): 64c1b7f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -84,7 +84,7 @@ Then you can load this model and run inference.
84
  from sentence_transformers import SentenceTransformer
85
 
86
  # Download from the 🤗 Hub
87
- model = SentenceTransformer("redisforai/langcache-embed-v1")
88
  # Run inference
89
  sentences = [
90
  'Will the value of Indian rupee increase after the ban of 500 and 1000 rupee notes?',
 
84
  from sentence_transformers import SentenceTransformer
85
 
86
  # Download from the 🤗 Hub
87
+ model = SentenceTransformer("redis/langcache-embed-v1")
88
  # Run inference
89
  sentences = [
90
  'Will the value of Indian rupee increase after the ban of 500 and 1000 rupee notes?',