bwang0911 commited on
Commit
953d513
1 Parent(s): 0942a31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -1802,8 +1802,6 @@ def mean_pooling(model_output, attention_mask):
1802
  input_mask_expanded.sum(1), min=1e-9
1803
  )
1804
 
1805
-
1806
- # Sentences we want sentence embeddings for
1807
  sentences = ['how is the weather today', 'What is the current weather like today?']
1808
 
1809
  # Load model from HuggingFace Hub
 
1802
  input_mask_expanded.sum(1), min=1e-9
1803
  )
1804
 
 
 
1805
  sentences = ['how is the weather today', 'What is the current weather like today?']
1806
 
1807
  # Load model from HuggingFace Hub