Mayfull commited on
Commit
8eb8c47
1 Parent(s): 3af61e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -73,7 +73,7 @@ embeddings = last_token_pool(outputs.last_hidden_state, batch_dict['attention_ma
73
  embeddings = F.normalize(embeddings, p=2, dim=1)
74
  scores = (embeddings[:2] @ embeddings[2:].T) * 100
75
  print(scores.tolist())
76
- # [[86.7153549194336, 36.64569091796875], [35.00493621826172, 82.0738525390625]]
77
  ```
78
 
79
  ### MTEB Benchmark Evaluation
 
73
  embeddings = F.normalize(embeddings, p=2, dim=1)
74
  scores = (embeddings[:2] @ embeddings[2:].T) * 100
75
  print(scores.tolist())
76
+ # [[73.72909545898438, 30.122783660888672], [29.155078887939453, 79.25374603271484]]
77
  ```
78
 
79
  ### MTEB Benchmark Evaluation