Prashasst commited on
Commit
67ba542
·
verified ·
1 Parent(s): ac256f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -146,9 +146,9 @@ from sentence_transformers import SentenceTransformer
146
  model = SentenceTransformer("Prashasst/anime-recommendation-model")
147
  # Run inference
148
  sentences = [
149
- 'Everyone has a part of themselves they cannot show to anyone else.',
150
- 'Crime',
151
- 'Comedy',
152
  ]
153
  embeddings = model.encode(sentences)
154
  print(embeddings.shape)
 
146
  model = SentenceTransformer("Prashasst/anime-recommendation-model")
147
  # Run inference
148
  sentences = [
149
+ 'I want anime like onepiece.',
150
+ 'Pirates',
151
+ 'Action',
152
  ]
153
  embeddings = model.encode(sentences)
154
  print(embeddings.shape)