hellonlp commited on
Commit
d568520
·
verified ·
1 Parent(s): b4f3d09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ def get_vector_simcse(sentence):
56
 
57
  embeddings = get_vector_simcse("武汉是一个美丽的城市。")
58
  print(embeddings.shape)
59
- #torch.Size([768])
60
  ```
61
 
62
  You can also compute the cosine similarities between two sentences
 
56
 
57
  embeddings = get_vector_simcse("武汉是一个美丽的城市。")
58
  print(embeddings.shape)
59
+ #torch.Size([1024])
60
  ```
61
 
62
  You can also compute the cosine similarities between two sentences