tomaarsen HF Staff commited on
Commit
d6cb3f7
·
verified ·
1 Parent(s): 54a8fa0
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ This model was trained using [SentenceTransformers](https://sbert.net) [Cross-En
17
  ## Training Data
18
  This model was trained on the [Quora Duplicate Questions](https://www.quora.com/q/quoradata/First-Quora-Dataset-Release-Question-Pairs) dataset. The model will predict a score between 0 and 1 how likely the two given questions are duplicates.
19
 
20
- Note: The model is not suitable to estimate the similarity of questions, e.g. the two questions "How to learn Java" and "How to learn Python" will result in a rahter low score, as these are not duplicates.
21
 
22
  ## Usage and Performance
23
 
 
17
  ## Training Data
18
  This model was trained on the [Quora Duplicate Questions](https://www.quora.com/q/quoradata/First-Quora-Dataset-Release-Question-Pairs) dataset. The model will predict a score between 0 and 1 how likely the two given questions are duplicates.
19
 
20
+ Note: The model is not suitable to estimate the similarity of questions, e.g. the two questions "How to learn Java" and "How to learn Python" will result in a rather low score, as these are not duplicates.
21
 
22
  ## Usage and Performance
23