Update README.md
Browse files
README.md
CHANGED
@@ -73,7 +73,6 @@ print("Sentence embeddings:")
|
|
73 |
print(sentence_embeddings)
|
74 |
```
|
75 |
|
76 |
-
|
77 |
## Usage (Text Embeddings Inference (TEI))
|
78 |
|
79 |
[Text Embeddings Inference (TEI)](https://github.com/huggingface/text-embeddings-inference) is a blazing fast inference solution for text embeddings models.
|
@@ -97,8 +96,6 @@ curl http://localhost:8080/v1/embeddings \
|
|
97 |
|
98 |
Or check the [Text Embeddings Inference API specification](https://huggingface.github.io/text-embeddings-inference/) instead.
|
99 |
|
100 |
-
|
101 |
-
|
102 |
## Full Model Architecture
|
103 |
```
|
104 |
SentenceTransformer(
|
|
|
73 |
print(sentence_embeddings)
|
74 |
```
|
75 |
|
|
|
76 |
## Usage (Text Embeddings Inference (TEI))
|
77 |
|
78 |
[Text Embeddings Inference (TEI)](https://github.com/huggingface/text-embeddings-inference) is a blazing fast inference solution for text embeddings models.
|
|
|
96 |
|
97 |
Or check the [Text Embeddings Inference API specification](https://huggingface.github.io/text-embeddings-inference/) instead.
|
98 |
|
|
|
|
|
99 |
## Full Model Architecture
|
100 |
```
|
101 |
SentenceTransformer(
|