Update README.md
Browse files
README.md
CHANGED
@@ -76,10 +76,6 @@ print("Sentence embeddings:")
|
|
76 |
print(sentence_embeddings)
|
77 |
```
|
78 |
|
79 |
-
## Evaluation Results
|
80 |
-
|
81 |
-
For an automated evaluation of SLX-v0.1, please refer to the [Sentence Embeddings Benchmark](https://seb.sbert.net?model_name=brahmairesearch/slx-v0.1).
|
82 |
-
|
83 |
## Intended Use Cases
|
84 |
|
85 |
SLX-v0.1 is designed for encoding sentences and short paragraphs into dense vectors that capture their semantic information. These embeddings can be used for:
|
|
|
76 |
print(sentence_embeddings)
|
77 |
```
|
78 |
|
|
|
|
|
|
|
|
|
79 |
## Intended Use Cases
|
80 |
|
81 |
SLX-v0.1 is designed for encoding sentences and short paragraphs into dense vectors that capture their semantic information. These embeddings can be used for:
|