Update README.md
Browse files
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([
|
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
|