Update README.md
Browse files
README.md
CHANGED
|
@@ -107,11 +107,11 @@ print(f"β
Similarity: {similarity.item():.4f}")
|
|
| 107 |
|
| 108 |
This model is suitable for:
|
| 109 |
|
| 110 |
-
β
**Semantic Search**: Find similar documents or passages
|
| 111 |
-
β
**Clustering**: Group similar texts together
|
| 112 |
-
β
**Duplicate Detection**: Identify near-duplicate content
|
| 113 |
-
β
**Recommendation Systems**: Find similar items
|
| 114 |
-
β
**Question Answering**: Retrieve relevant passages
|
| 115 |
β
**Sentence Similarity**: Measure semantic similarity between texts
|
| 116 |
|
| 117 |
|
|
|
|
| 107 |
|
| 108 |
This model is suitable for:
|
| 109 |
|
| 110 |
+
β
**Semantic Search**: Find similar documents or passages \
|
| 111 |
+
β
**Clustering**: Group similar texts together \
|
| 112 |
+
β
**Duplicate Detection**: Identify near-duplicate content \
|
| 113 |
+
β
**Recommendation Systems**: Find similar items \
|
| 114 |
+
β
**Question Answering**: Retrieve relevant passages \
|
| 115 |
β
**Sentence Similarity**: Measure semantic similarity between texts
|
| 116 |
|
| 117 |
|