Update README.md
Browse fileschanged capitalization of semantic caching
README.md
CHANGED
@@ -39,7 +39,7 @@ model-index:
|
|
39 |
name: Cosine Ap
|
40 |
---
|
41 |
|
42 |
-
# Redis
|
43 |
|
44 |
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [Alibaba-NLP/gte-modernbert-base](https://huggingface.co/Alibaba-NLP/gte-modernbert-base) on the [Quora](https://www.kaggle.com/datasets/quora/question-pairs-dataset) dataset. It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity for the purpose of semantic caching.
|
45 |
|
|
|
39 |
name: Cosine Ap
|
40 |
---
|
41 |
|
42 |
+
# Redis semantic caching embedding model based on Alibaba-NLP/gte-modernbert-base
|
43 |
|
44 |
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [Alibaba-NLP/gte-modernbert-base](https://huggingface.co/Alibaba-NLP/gte-modernbert-base) on the [Quora](https://www.kaggle.com/datasets/quora/question-pairs-dataset) dataset. It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity for the purpose of semantic caching.
|
45 |
|