Skip to content

Commit

Permalink
Update README.md (#167)
Browse files Browse the repository at this point in the history
Fixed typo.
  • Loading branch information
sherwin684 authored Mar 21, 2024
1 parent a01240a commit 4f1ccaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ infinity_emb --model-name-or-path BAAI/bge-reranker-base
Embedding models can map any text to a low-dimensional dense vector which can be used for tasks like retrieval, classification, clustering, or semantic search.
And it also can be used in vector databases for LLMs.

The most know architecture are encoder-only transformers such as BERT, and most popular implementation include [SentenceTransformers](https://github.com/UKPLab/sentence-transformers/).
The most known architecture are encoder-only transformers such as BERT, and most popular implementation include [SentenceTransformers](https://github.com/UKPLab/sentence-transformers/).
</details>

<details>
Expand Down

0 comments on commit 4f1ccaa

Please sign in to comment.