Fix typo
Browse files
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
|
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 |
|