Aditeya Baral
commited on
Add new SentenceTransformer model
Browse files- README.md +4 -4
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -142,7 +142,7 @@ model-index:
|
|
| 142 |
|
| 143 |
# Redis fine-tuned BiEncoder model for semantic caching on LangCache
|
| 144 |
|
| 145 |
-
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 [LangCache Sentence Pairs (all)](https://huggingface.co/datasets/aditeyabaral-redis/langcache-sentencepairs) dataset. It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for sentence pair similarity.
|
| 146 |
|
| 147 |
## Model Details
|
| 148 |
|
|
@@ -153,7 +153,7 @@ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [A
|
|
| 153 |
- **Output Dimensionality:** 768 dimensions
|
| 154 |
- **Similarity Function:** Cosine Similarity
|
| 155 |
- **Training Dataset:**
|
| 156 |
-
- [LangCache Sentence Pairs (all)](https://huggingface.co/datasets/aditeyabaral-redis/langcache-sentencepairs)
|
| 157 |
- **Language:** en
|
| 158 |
- **License:** apache-2.0
|
| 159 |
|
|
@@ -268,7 +268,7 @@ You can finetune this model on your own dataset.
|
|
| 268 |
|
| 269 |
#### LangCache Sentence Pairs (all)
|
| 270 |
|
| 271 |
-
* Dataset: [LangCache Sentence Pairs (all)](https://huggingface.co/datasets/aditeyabaral-redis/langcache-sentencepairs)
|
| 272 |
* Size: 62,021 training samples
|
| 273 |
* Columns: <code>sentence1</code>, <code>sentence2</code>, and <code>label</code>
|
| 274 |
* Approximate statistics based on the first 1000 samples:
|
|
@@ -294,7 +294,7 @@ You can finetune this model on your own dataset.
|
|
| 294 |
|
| 295 |
#### LangCache Sentence Pairs (all)
|
| 296 |
|
| 297 |
-
* Dataset: [LangCache Sentence Pairs (all)](https://huggingface.co/datasets/aditeyabaral-redis/langcache-sentencepairs)
|
| 298 |
* Size: 62,021 evaluation samples
|
| 299 |
* Columns: <code>sentence1</code>, <code>sentence2</code>, and <code>label</code>
|
| 300 |
* Approximate statistics based on the first 1000 samples:
|
|
|
|
| 142 |
|
| 143 |
# Redis fine-tuned BiEncoder model for semantic caching on LangCache
|
| 144 |
|
| 145 |
+
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 [LangCache Sentence Pairs (all)](https://huggingface.co/datasets/aditeyabaral-redis/langcache-sentencepairs-v1) dataset. It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for sentence pair similarity.
|
| 146 |
|
| 147 |
## Model Details
|
| 148 |
|
|
|
|
| 153 |
- **Output Dimensionality:** 768 dimensions
|
| 154 |
- **Similarity Function:** Cosine Similarity
|
| 155 |
- **Training Dataset:**
|
| 156 |
+
- [LangCache Sentence Pairs (all)](https://huggingface.co/datasets/aditeyabaral-redis/langcache-sentencepairs-v1)
|
| 157 |
- **Language:** en
|
| 158 |
- **License:** apache-2.0
|
| 159 |
|
|
|
|
| 268 |
|
| 269 |
#### LangCache Sentence Pairs (all)
|
| 270 |
|
| 271 |
+
* Dataset: [LangCache Sentence Pairs (all)](https://huggingface.co/datasets/aditeyabaral-redis/langcache-sentencepairs-v1)
|
| 272 |
* Size: 62,021 training samples
|
| 273 |
* Columns: <code>sentence1</code>, <code>sentence2</code>, and <code>label</code>
|
| 274 |
* Approximate statistics based on the first 1000 samples:
|
|
|
|
| 294 |
|
| 295 |
#### LangCache Sentence Pairs (all)
|
| 296 |
|
| 297 |
+
* Dataset: [LangCache Sentence Pairs (all)](https://huggingface.co/datasets/aditeyabaral-redis/langcache-sentencepairs-v1)
|
| 298 |
* Size: 62,021 evaluation samples
|
| 299 |
* Columns: <code>sentence1</code>, <code>sentence2</code>, and <code>label</code>
|
| 300 |
* Approximate statistics based on the first 1000 samples:
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 596070136
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f9247027e7d57e8b36440b5b3d10a785ded92c7c9f4a313ff7f54a549967290
|
| 3 |
size 596070136
|