dmedhi commited on
Commit
558b455
Β·
verified Β·
1 Parent(s): 0244931

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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