thenlper commited on
Commit
ae61f0c
1 Parent(s): 34ae007

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -2680,6 +2680,7 @@ sentences = ['That is a happy person', 'That is a very happy person']
2680
  model = SentenceTransformer('thenlper/gte-base')
2681
  embeddings = model.encode(sentences)
2682
  print(cos_sim(embeddings[0], embeddings[1]))
 
2683
 
2684
  ### Limitation
2685
 
@@ -2689,7 +2690,6 @@ This model exclusively caters to English texts, and any lengthy texts will be tr
2689
 
2690
  If you find our paper or models helpful, please consider citing them as follows:
2691
 
2692
-
2693
  ```
2694
  @misc{li2023general,
2695
  title={Towards General Text Embeddings with Multi-stage Contrastive Learning},
 
2680
  model = SentenceTransformer('thenlper/gte-base')
2681
  embeddings = model.encode(sentences)
2682
  print(cos_sim(embeddings[0], embeddings[1]))
2683
+ ```
2684
 
2685
  ### Limitation
2686
 
 
2690
 
2691
  If you find our paper or models helpful, please consider citing them as follows:
2692
 
 
2693
  ```
2694
  @misc{li2023general,
2695
  title={Towards General Text Embeddings with Multi-stage Contrastive Learning},